[ ] UIAlertController' iOS
|
|
, 10 2014 . 18:08
+
UIKit iOS 8 UIAlertView UIActionSheet. , Apple . . , , UIAlertViewDelegate UIActionSheetDelegate ( - , clickedButtonAtIndex). : , . 8 iOS UIKit UIAlertController, UIAlertView UIActionSheet. , :
UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"Hello" message:@"Habr!" preferredStyle:UIAlertControllerStyleAlert];
[alertController addAction:[UIAlertAction actionWithTitle:@"Action" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {
//
}]];
. UIAlertController , - iOS 7 . :
- UIAlertController UIAlertView UIActionSheet.
- . , , (, SIAlertView), :
- ( );
- , (, ).
- iOS UIAlertController, UIAlertView UIActionSheet.
, , , , , . , - UIAlertDialog, .
→ http://habrahabr.ru/post/242801/
:
Objective C
Mobile Development
ios
objective-c
uialertcontroller