在ios8委托UIActionSheet方法多次调用
- (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex - (void)actionSheet:(UIActionSheet *)actionSheet didDismissWithButtonIndex:(NSInteger)buttonIndex
我已经检查ipad 2与IOS 8
解决方法
它的一个bug的ios 8 ..
由于@rob表示UIActionSheet在iOS 8中已被弃用.(UIActionSheetDelegate也被弃用).
要在iOS 8及更高版本中创建和管理操作工作表,请使用UIAlertController