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.
精彩评论