Launch image or launch xib / storyboard?

前端 未结 2 1723
终归单人心
终归单人心 2021-01-03 20:09

I\'m trying to finish my first iOS app up for submission and I\'m just getting really confused here. The documentation is telling me I need a launch image and giving me the

2条回答
  •  Happy的楠姐
    2021-01-03 20:53

    From your comment under @Romain's answer,

    So to support everything, I need both.

    No, if you need to support everything, use launch images. If your app ships with launch images and use them to display launch screen, then no need to provide launch xib/storyboard. An app can only use one way to display launch screen.

提交回复
热议问题