Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 iOS 8 设备上出现黑屏。LaunchScreen.storyboard 的启动屏幕在 iOS9 设备上运行良好。
我很确定在我升级到 Xcode 7 之前你不需要 iOS8 的启动图像资产
经过多次头撞后,我发现我曾尝试使用我的 LaunchScreen View Controller 附加一个 Coco Touch 文件。那是造成问题的原因。一旦我从启动屏幕中删除了所有插座引用,它就开始在 iOS 8 中工作。