Search code examples
iphoneiosxcodesplash-screendefault.png

How to add these three files properly?"Default.png, [email protected], [email protected]" for universal app for iPhone/iPad?


I added "Default.png, [email protected], [email protected]" these three files in my universal project for splash image, I have three diffrent image and the resolution exactly the same as mention in apple docs, for iPad 768 * 1024 , for iphone-4s -> 320 * 480 , for iphone 5-> 640 * 1136.

But my problem is that when I rum on iphone4s- iphone5 the splash rum properly, but when I run on Ipad the Deafault.png splash not showing instead of it takes reference from [email protected]. The [email protected] is showing on the iPad instead of Deafault.png and the image got blur and shrink on ipad also, beacuse Deafault.png not showing. How to slove this problem.

Any Idea or suggestion from experts would be highly welcome.


Solution

    1. First I would like to suggest that,
    2. Preapre all Images,
    3. Select Project from Project Navigator And Go to Summary and scroll down this screen appears, then right click on that and choose file from your computer it will automatically copied to project and it will entered in plist file also..
    4. if your application is universal then you have to set for iPhone and iPad Both. ` enter image description here