webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Properties | List of all members
UIAlertController() Category Reference

#import <UIKitSPI.h>

Instance Methods

(void- _addActionWithTitle:style:handler:
 
(void- _addActionWithTitle:style:handler:shouldDismissHandler:
 

Properties

UIAlertControllerStyle preferredStyle
 

Method Documentation

◆ _addActionWithTitle:style:handler:()

- (void) _addActionWithTitle: (NSString *)  title
style: (UIAlertActionStyle)  style
handler: (void(^)(void))  handler 

◆ _addActionWithTitle:style:handler:shouldDismissHandler:()

- (void) _addActionWithTitle: (NSString *)  title
style: (UIAlertActionStyle)  style
handler: (void(^)(void))  handler
shouldDismissHandler: (BOOL(^)(void))  shouldDismissHandler 

Property Documentation

◆ preferredStyle

- (UIAlertControllerStyle) preferredStyle
readwritenonatomicassign

The documentation for this category was generated from the following file: