Orienting iOS splash image to landscape/portrait according to launch orientation

前端 未结 2 708
故里飘歌
故里飘歌 2020-12-08 12:08

I have an app that can launch in portrait or landscape. I\'d like the Default.png file (the splash image that appears when the app launches) to show the image in the correct

2条回答
  •  既然无缘
    2020-12-08 12:52

    You can name your start up images specifically for the orientation and each one will be displayed for that orientation

    1. Default-Portrait.png
    2. Default-PortraitUpsideDown.png
    3. Default-Landscape.png
    4. Default-LandscapeLeft.png
    5. Default-LandscapeRight.png

提交回复
热议问题