如何在UIViewController
内使用UIAlertView
打开新的UIStoryBoard
(ViewController4)?
答案 0 :(得分:0)
将标识符提供给故事板中的viewcontroller。
关于uialertview(the one that sets the behavior of pressing a button)的委托方法,请执行以下操作:
通过询问“故事板”为控制器提供标识符来实例化检索它的viewcontroller。 https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIStoryboard_Class/Reference/Reference.html
提出这个viewcontroller modaly。 https://developer.apple.com/library/ios/#featuredarticles/ViewControllerPGforiPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007457