【发布时间】:2015-09-30 07:45:55
【问题描述】:
标题几乎可以解释自己。在我的 info.plist 下,我可以选择添加 320x480、640x960 和 640x1136 的启动图像,但我目前正在为 iPhone 6s 开发....是 640x1136 真的是我想要的还是有某种错误没有显示 750x1334 选项?
【问题讨论】:
标题几乎可以解释自己。在我的 info.plist 下,我可以选择添加 320x480、640x960 和 640x1136 的启动图像,但我目前正在为 iPhone 6s 开发....是 640x1136 真的是我想要的还是有某种错误没有显示 750x1334 选项?
【问题讨论】:
您需要在 info.plist 中设置所有启动图像,但是您应该真正使用新的故事板或 xib 启动屏幕选项:https://developer.xamarin.com/guides/ios/application_fundamentals/working_with_images/launch-screens/
要仅设置图像,您需要使用资产目录:https://developer.xamarin.com/guides/ios/application_fundamentals/working_with_images/launch-screens/#Managing_Launch_Screens_with_Asset_Catalogs
或者您可以在 info.plist 中手动指定:http://conceptdev.blogspot.com/2014/09/iphone-6-and-6-plus-launch-images-for.html
【讨论】: