Thursday, October 8, 2009
Splash Screen
Another thing that I discovered today, is that you can set a splash screen by adding an image titled "Default.png" to you project. I had added a splash screen manually before by displaying an imageView in its own View Controller and using a timer to push the table view onto the top of the stack after 3 seconds. I find the "Default.png" way to be considerably easier to implement, but it does not allow for the 3 second hang time I had previously implemented. All it does is display you image, then run the app as soon as it is loaded, which does not always allow for time to absorb what is displayed to you on the splash screen.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment