【发布时间】:2014-11-19 12:29:30
【问题描述】:
我更新了我的应用程序以将图像资源用于应用程序图标和启动图像,我都设置了 根据 Apple Doc 的适当图像大小。我对 Iphone 有这个问题 并且(4S/5/5S)的模拟器启动图像/屏幕始终是黑色的,除了 Iphone 6+ 但在 iPad 上运行良好。我在这里看了几个帖子,没有 工作如下
1) deleting the asset catalog and creating a new one
2) adding @2x and 3@x to each file before adding to the catalog
3) removing and redeploying the application
Anyone had that issue when porting image catalog ? Im using Xcode 6
Targeting ios 7 and 8
谢谢 迈克
Update 1
When disabling landscape launch screen appears normally
something i noticed before doing, so on either the device and the simulator
the application starts in landscape even if the device is held in portrait
and then it rotate to portrait. Still trying to solve that issue now
【问题讨论】:
-
也许您的 AppIcons 和 LaunchImages 仍然在您的 plist 中被引用?