问题描述
我正在尝试使用Xcode 7 ios9.1
为不同的iOS设备制作一些不同的启动屏幕(iPhone iPad)
I am trying to make some different launch screens with Xcode 7 ios9.1for different iOS devices (iPhone iPad)
如果你看一下在下面的图像中,这就是我所做的事情
If you take a look at the following images this is what I've done
在这里,我已经完成了所需的所有图像尺寸,并且我已经用图像填写了所有表格。我通过右键单击并选择New iOS Launch Image来实现此目的。
Here I have made exactly all the images dimensions that it needs and I have filled out all the table with the images. I have made this by right clicking and selecting New iOS Launch Image.
这里我设置了LaunchImage的启动图像。
这是启动画面故事板,我把它留空了。
现在,当我运行应用程序时,它不会加载加载屏幕。
Here I have set the launch images from LaunchImage.And here is the launch screen storyboard which I have left it empty.Now, when I run the app, it doesn't load the loading screen.
推荐答案
您需要从项目info.Plist文件中删除一个用于启动闪屏的字符串。
You need to Remove one String from your project info.Plist File for Launch splash screen.
它是启动屏幕界面文件基本名称
。
我在.plist文件中附加删除字符串的截图
I attach Screenshot for remove String in .plist file
在这里,您看到第二行只是从您的文件中删除
Here you saw second line just remove from Your file
这篇关于Xcode 7启动屏幕图像无法正确加载的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!