iOS [AppDelegate terminateWithSuccess]:无法识别的选择器发送到实例

时间:2013-07-29 21:17:13

标签: ios appdelegate

我需要实现terminateWithSuccess。我尝试了这个选项unrecognized selector sent to instance以及

AppDelegate *myDelegate = [[[AppDelegate alloc]init]autorelease];
 [myDelegate terminateWithSuccess];

你们中的任何人都知道如何实现terminateWithSuccess而没有任何错误?

我非常感谢你的帮助。

1 个答案:

答案 0 :(得分:1)

这样称呼:

[[UIApplication sharedApplication] terminateWithSuccess];