右侧有模拟器,左侧可以看到xcode5
中的ViewController。问题:模拟器顶部和底部的黑色空间。即使载体和时间没有显示在顶部。 4英寸屏幕和3.5英寸屏幕的问题完美
答案 0 :(得分:3)
在项目中添加Default-568h@2x.png
图像,问题就会消失。
答案 1 :(得分:3)
正如您的问题评论所述,您错过了Default-568h@2x.png
启动图片,对于您的应用程序,您需要在整个iPhone 5屏幕中包含此启动图像,否则它将无法全屏启动。
Here is a link to the Apple documentation for Human User Interface for launch images