mhs5819
mhs5819

Reputation: 147

Correct icon sizes for launch screen

Following from njuri's response below, I have added a new image asset and placed within it three images: 200 x1, 400 x2, and 600 x3 (please see image below): Launch Screen in Xcode for Swift

enter image description here

Is this correct? I wasn't sure if you meant 200 x1, 400 x2 and 600 x3 or 200 x1, x2, x3; 400 x1, x2, x3; 600 x1, x2, x3 (in other words 3 images or 9 images).

Also, I have the 'Universal' box checked. Is that correct?

Thanks.

Upvotes: 0

Views: 1118

Answers (1)

xdeleon
xdeleon

Reputation: 779

Expected Size

When working with asset catalogs select the placeholder for the asset you will be using and the inspector on the far right bottom will tell you what the expected size. Repeat this for every image you intend to use to find out the size you need.

Upvotes: 1

Related Questions