【发布时间】:2017-09-20 15:41:36
【问题描述】:
关于 iPhoneX 的问题。我想将 iPhoneX 的启动图像(1125px × 2436px)放在公共文件夹中。不在 LaunchImage 源中。 iPhoneX 的 Launch Image 名称是什么?就像'Default-iOS8-736h@3x'一样,我在https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/launch-screen/中找不到名字。
【问题讨论】:
-
不在 Images.xcassets 中
-
iPhone-X Default-812h@3x.png 未用作初始屏幕stackoverflow.com/questions/46378187/…
-
我将图像添加到 progect 的文件夹中,该文件夹不在 LaunchScreen.xib 或 image.xcassets 中。在苹果的>,流式示例中,我在Info.plist“UILaunchImages”中添加了一些代码,1125px×2436px的图片可以工作,图片名称无所谓。 :
UILaunchImageMinimumOSVersion 11.0 UILaunchImageName 你的iphonex名字 UILaunchImageOrientation Portrait UILaunchImageSize {375, 812}
标签: iphone xcode ios11 xcode9 iphone-x