iPhone Application Splash Screens10/06/08iPhone Application Splash ScreensMany iPhone applications present a brief 'splash screen' when starting up. Here's how to make one. Create a PNG image named 'Default.png'. It must be exactly that filename, case sensitive. Put this in your Resources folder of the project. The application will display this image briefly when the application first loads. Technically this image isn't supposed to be used as a splash screen. It is supposed to be a image which resembles the running UI of your application. It's purpose is to make the application show something while it is starting up. By doing this, it doesn't look like the application has frozen while starting up. Despite this, most people just use this feature as a splash screen. 9 comments
Comment from: Isaac Heyveld [Visitor]
Any suggestions? Thanks. Isaac
01/22/09 @ 23:35
Comment from: Moebius Trip [Visitor]
You are right, Default.png' works fine in the simulator but not the iPhone itself. You should use 'default.png' instead -- Mac OS X is case sensitive and the iPhone explicitily looks for 'default.png'. M
01/26/09 @ 17:27
Comment from: Katsu [Visitor]
05/19/09 @ 18:23
Comment from: Tony [Visitor]
06/25/09 @ 21:30
http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/
06/27/09 @ 04:25
Comment from: mms [Visitor]
And it works pretty good, thanks for the tutorial!!
12/07/09 @ 20:28
Comment from: ramkumar [Visitor]
03/28/10 @ 23:12
|