开发者

Problems with closing the iphone app

开发者 https://www.devze.com 2023-01-18 20:30 出处:网络
On other 开发者_C百科apps I noticed that when you close the app and load it back up you always see the first loading screen. In my app it\'s only on that first time. Can you please let me know how to

On other 开发者_C百科apps I noticed that when you close the app and load it back up you always see the first loading screen. In my app it's only on that first time. Can you please let me know how to sort this out.

Thanks


Maybe you are running on iOS 4, so multitasking is activated :-)

If you want to disable multitasking, add this in the .plist file UIApplicationExitsOnSuspend (set the key to YES)

Then when to app reload you will see the splash screen.

0

精彩评论

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