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.
我正在考虑将使用 xibs 的旧项目转换为情节提要。我创建了一个新项目来测试尺寸类并在模拟器(iPhone 5s(7.1))上运行,但屏幕不是全屏。
即使我关闭了尺寸等级选项,症状仍然存在。为什么会这样?我该如何解决?
好的,我找到了答案。iOS 7.x 不支持LaunchScreen.xib. 在我添加Default-568h@2x.png, Default.png,之后Default@2x.png,屏幕已满。
LaunchScreen.xib
Default-568h@2x.png
Default.png
Default@2x.png