没有segue执行UIControllerview

时间:2013-08-17 13:15:22

标签: ios uiviewcontroller uiactionsheet

我想从UIViewController执行UIActionSheet我的意思是我有一个UIActionSheet有三个按钮,其中一个按钮我要执行UIViewController

有可能吗?怎么样?

祝你好运, 奥里奥尔

1 个答案:

答案 0 :(得分:0)

查看UIActionSheetDelegate协议参考:

http://developer.apple.com/library/ios/DOCUMENTATION/UIKit/Reference/UIModalViewDelegate_Protocol/UIActionSheetDelegate/UIActionSheetDelegate.html#//apple_ref/doc/uid/TP40006799

您希望实施actionSheet:didDismissWithButtonIndex:方法并从那里推送UIViewController