标签: ios uiviewcontroller uiactionsheet
我想从UIViewController执行UIActionSheet我的意思是我有一个UIActionSheet有三个按钮,其中一个按钮我要执行UIViewController。
UIViewController
UIActionSheet
有可能吗?怎么样?
祝你好运, 奥里奥尔
答案 0 :(得分:0)
查看UIActionSheetDelegate协议参考:
UIActionSheetDelegate
http://developer.apple.com/library/ios/DOCUMENTATION/UIKit/Reference/UIModalViewDelegate_Protocol/UIActionSheetDelegate/UIActionSheetDelegate.html#//apple_ref/doc/uid/TP40006799
您希望实施actionSheet:didDismissWithButtonIndex:方法并从那里推送UIViewController。
actionSheet:didDismissWithButtonIndex: