0

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

有可能吗?如何?

最好的问候, Oriol

4

1 回答 1

0

看一下UIActionSheetDelegate协议参考:

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

您将要实现该方法并从那里actionSheet:didDismissWithButtonIndex:推送您的方法。UIViewController

于 2013-08-17T14:44:07.997 回答