iOS 9 Splash screen is black

前端 未结 16 1032
既然无缘
既然无缘 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:44

    1. Black screen default come because, iOS strictly enforces some a startup images it can be black or any images.
    2. Use UILaunchImages key to the Info.plist file and use a dictionary to describe each launch image.
    3. check following references
      • A launch storyboard or xib must be provided unless the app requires full screen
      • I am using xcode7.1 it works. Please download latest xcode7.1

    I hope above information will help you.

提交回复
热议问题