iOS 9 Splash screen is black

前端 未结 16 986
既然无缘
既然无缘 2021-01-30 20:18

My apps\' splash screens are all plain black after upgrading to iOS9.

Does anybody know why this is? Some of them are using a .xib splash screen and some are using image

16条回答
  •  有刺的猬
    2021-01-30 20:36

    Easy fix. No need to mess with anything. Xcode 7 just prefers the images to be "Universal".

    1. Click on Assets.xcassets folder
    2. Click the + sign to Import from Project.
    3. Select all images

    Done. Now your launch screen works and Xcode is happier.

提交回复
热议问题