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.
我已经尝试了我可以在我的项目中进行的所有类型更改,但是当我运行我的应用程序时simulator,我无法获得LaunchImage。ios图标没有问题。
simulator
LaunchImage
我用过Assets.xcassets。在ios 8 / xcode 6.3我能够轻松地做到这一点,但后来我将我的项目转换为xcode 7 (swift 2.0),从那里我无法得到launchImage。
Assets.xcassets
ios 8 / xcode 6.3
xcode 7 (swift 2.0)
launchImage
我将启动图像添加到应用程序的方式是将图像添加到Images.xcassets文件夹中。然后转到LaunchScreen.xib文件并将 a 添加UIImageView到启动图像视图。然后在属性检查器中选择要使用的图像。
Images.xcassets
LaunchScreen.xib
UIImageView
如果要为所有设备添加图像,可以转到Images.xcassets文件夹并单击图像列表底部的加号按钮,然后选择“新启动图像”