The most easiest method to add a splash screen for your iPhone application
Well done, I don’t know if there is any other framework that let you add a splash screen easier than the iPhone SDK or not. I never see it.
What you want to do is just creating your splash screen image in PNG format which have 320×480 resolution for portrait or 480×320 if your app is running on landscape orientation.
Then name it “Default.png”, please note that you have to name it “Default.png” not “default.png”. It’s case sensitive.
Then just put the file into your project and it’s DONE!
You will see your splash screen until your first view was loaded successfully.
Short & Sweet?
Marshall Haas
Hey Seree, just checking out the blog. Looks like you’ve got some great info since the last time you showed it to me.