开发者

make app without of multitasking support

my开发者_开发技巧 application should not support multitasking , is there any to force app without multitasking support ?


Set the UIApplicationExitsOnSuspend key in your Info.plist file.


Just call applicationWillTerminate in your applicationDidEnterBackground method of your application's delegate. Then the home button will have the same effect as it did on iOS versions prior to 4.0, without multitasking.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜