jjzjj

MyEngine

全部标签

objective-c - How to get the user's choice properly when the choice is too complex to use UIAlertView

我已经为这个问题苦苦挣扎了一段时间,所以非常感谢任何帮助。情况如下:我的应用程序有一个名为InitialViewController的UIViewController子类。这个ViewController有一个UIButton,当按下该按钮时,它会创建一个名为MyEngine的NSObject子类。像这样:@interfaceInitialViewController:UIViewController...@end@implementationInitialViewController...-(IBAction)pressedButton:(id)sender{MyEngine*eng