Possible Duplicate:
Displaying splash screen for longer than default seconds
I am developing a simple game from an open source xcode project.
I am a complete beginner in xcode, and I don’t know anything.
The splash screen lasts while the game is loading, but the game is so simple that the splash sscreen stays on the screen about half a second.
I don’t want that, I would like it to stay for about 5 seconds.
Thanks.
You should no delay the splash screen, since it’s not splash screen. it’s place holder for the app while is it loading.
If you read the Apple HIG you will read that delaying it is not allowed.