On other 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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.