在 iOS 中用于iPhone应用程序的启动图像的大小/命名是什么?
最佳答案
iPhone3g:320 x 480
iPhone4/4s:640 x 960
iPhone5/5s:640 x 1136
iPhone6:750 x 1334
iPhone 6plus:1242 x 2208
对于不想使用“ Assets 目录”的开发人员,他们需要提供特定的名称以启动图像
iPhone3g:“Default.png”
iPhone4/4s:“[email protected]”
iPhone5/5s:“[email protected]”
iPhone6:“[email protected]”
iPhone6plus:“[email protected]”
对于将使用“ Assets 目录”的开发人员,他们无需提供特定名称即可启动图像
转到 ProjectSetting->常规->在“应用程序图标和启动图像”下,选择“使用 Assets 目录” 作为“启动图像源”,然后将其启动图像拖放到其操作系统版本/方向上