Adil Malik
Adil Malik

Reputation: 6357

Selecting Launch Image for Portrait Retina will de-select the image selected for Portrait non-Retina

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.

Upvotes: 1

Views: 552

Answers (2)

Tuấn Nguyên
Tuấn Nguyên

Reputation: 35

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

Upvotes: 1

Guy Kogus
Guy Kogus

Reputation: 7341

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

Upvotes: 0

Related Questions