Cbas
Cbas

Reputation: 6213

iOS 9 Launch Image sizes?

I'm confused about Launch Images. I have to fill out the Launch Images in the xcassets file and I see this:

enter image description here

But I can't find any documentation which lists the sizes needed for any of these images. Apples documentation only specifies 5 different sizes while this grid is asking for 8. Also, it only defines sizes by the model of the phone, while this grid uses iOS versions and Retina display sizes.

Where can I find the sizing specifications for the 8 items in this grid?

Upvotes: 2

Views: 330

Answers (1)

Daniel
Daniel

Reputation: 22

I found 2 resources for finding the image size

  1. apple documents
  2. stack overflow

it knows which resource to use based on your phone.

Retina HD 5.5 = iPhone 6+ (which only had iOS 8 or 9)

Retina HD 4.7 = iPhone 6 (which only had iOS 8 or 9)

Retina HD 4 = iPhone 5 (which only had iOS 7 - 9)

Upvotes: 1

Related Questions