-

   rss_habrahabr

 - e-mail

 

 -

 LiveInternet.ru:
: 22.11.2006
:
:
: 2

:


[ ] 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), :
    1. ( );
    2. , (, ).

  • iOS UIAlertController, UIAlertView UIActionSheet.

, , , , , . , - UIAlertDialog, .

http://habrahabr.ru/post/242801/

:  

: [1] []
 

:
: 

: ( )

:

  URL