Sun*_*hah 9 objective-c ipad ios ios8
在ios8中委托多次调用UIActionSheet的方法
- (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex
- (void)actionSheet:(UIActionSheet *)actionSheet didDismissWithButtonIndex:(NSInteger)buttonIndex
Run Code Online (Sandbox Code Playgroud)
我用IOS 8检查了ipad 2
它是ios 8的一个bug ..
由于@rob表示UIActionSheet
在iOS 8中已弃用.(UIActionSheetDelegate也已弃用.)
要在iOS 8及更高版本中创建和管理操作表,请使用 UIAlertController