UIActionsheet委托方法在ios8中调用两次?

前端之家收集整理的这篇文章主要介绍了UIActionsheet委托方法在ios8中调用两次?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在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

原文链接:https://www.f2er.com/iOS/329509.html

猜你在找的iOS相关文章