Posted by Seree.
Jul
20
Posted by Seree.
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?
There are 0 comments to this post.
Add Your Comment.
Previous Post
« Prevent your iPhone app from entering into Sleep/Standby mode Next Post
Showing UIAlertView on cocos2d Scene/Layer »
« Prevent your iPhone app from entering into Sleep/Standby mode Next Post
Showing UIAlertView on cocos2d Scene/Layer »