UIActionSheet+AWKit.h
IntroductionUse the links in the table of contents to the left to access the documentation. MethodsinitWithTitle:cancelButtonTitle:destructiveButtonTitle:otherButtonTitles:onCancel:onDismiss:- (id)initWithTitle:(NSString*)title cancelButtonTitle:(NSString*)cancelButtonTitle destructiveButtonTitle:(NSString*)destructiveButtonTitle otherButtonTitles:(NSArray*)otherButtons onCancel:(AWActionSheetDidCancelBlock)onCancel onDismiss:(AWActionSheetDidDismissBlock)onDismiss; ParametersDiscussionCreates a UIActionSheet with optional cancel and dismissal blocks Must be used on the main thread: |