0

我需要实现 terminateWithSuccess。我试过这个选项无法识别的选择器发送到实例,也

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

你们中的任何人都知道如何在没有任何错误的情况下实现 terminateWithSuccess 吗?

我真的很感谢你的帮助。

4

1 回答 1

1

这样称呼它:

[[UIApplication sharedApplication] terminateWithSuccess];

于 2013-07-29T21:26:09.760 回答