0

First, I will use static image for splash screen.

I have a quick questions about registering launch image.

I was trying to add images in launchImage file in Images.xcassets folder. However, I don't let user to rotate screen so I don't need landscape images. Do I have to add all of images in launchImage file to complete launch images?

Thanks.

GWANHUI KIM
  • 433
  • 5
  • 20
  • No you don't. Just update the LaunchScreen.storyboard file with the image in portrait mode. – LinusGeffarth Jan 17 '20 at 09:23
  • [This post](https://stackoverflow.com/questions/31025261/how-to-set-a-launch-screen-image-in-xcode) might answer your question. – Sam Jan 17 '20 at 09:24

1 Answers1

0

Apple recommends to use a Launch Screen that let you to have the page automatically adapted to the screen sizes of different devices and environments

Apple documentation about Launch Screen

Umberto Migliore
  • 317
  • 4
  • 17