1
votes

I am using the latest xCode 5 and I am trying to set Launch Images for my universal app. When I selected Launch images for iPhone, everything went fine. But now, when I am trying to select Launch images for iPad, there seems to be some bug in xCode, or main be I am doing something wrong.

-> I select an Image for iPad - Portrait Non-Retina (everything OK)

-> Now I select an Image for iPad - Portrait Retina (the image selected in above step will be de-selected automatically)

enter image description here

In the above image, an image was selected for the highlighted Portrait Non-Retina before I selected an image for Portrait Retina. And this makes it impossible to select images for the last four items in the list shown in the image.

2
Are you using files with the same name, or does your retina image have the @2x suffix?Guy Kogus
@GuyKogus the naming is like: splash_ipadretina_portrait.png and splash_ipad_portrait.pngAdil Malik
Renaming with @2x worked. I was expecting xCode will do the renaming thing itself if it's really needed. Just like it does with the iPhone Launch images.Adil Malik
@GuyKogus Can you please post your suggestion as an answer? I'll select it as accepted one.Adil Malik

2 Answers

0
votes

Make sure you use the @2x suffix convention for Xcode to recognise the retina image.

1
votes

use your images with format: [email protected] The compiler will automatic set images for retina screen