i want to make my game loading image last longer(Default.png), how?
Share
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.
What you can do is, in your application did finish launching method you can use NSThread to sleep for time interval of 2 sec.
Like this
But if you want to do some work behind the sense than you can dispatch a custom queue to get the work done using Grand Central Dispatch.
Check the apple documentation on it.