ios - iOS8 中 iPhone 应用程序启动图像的大小和命名

标签 ios iphone xcode ios8 launch

iOS?

最佳答案

Size Conventions

iPhone3g:320 x 480

iPhone4/4s:640 x 960

iPhone5/5s:640 x 1136

iPhone6:750 x 1334

iPhone 6plus:1242 x 2208

Naming Conventions

对于不想使用'Asset Catalogs'的开发者,他们需要给启动图像指定特定的名称

iPhone3g : 'Default.png'

iPhone4/4s : 'Default@2x.png'

iPhone5/5s : 'Default-568h@2x.png'

iPhone6 : 'Default-667h@2x.png'

iPhone6plus: 'Default-736h@3x.png'

对于使用“Asset Catalogs”的开发者,他们不需要为启动图像提供特定名称

转到 ProjectSetting -> General-> 在“App Icons and Launch Images”下,为“Launch Image Source”选择“Use Asset Catalog”,然后拖动 -放下他们操作系统版本/方向的启动图像

关于ios - iOS8 中 iPhone 应用程序启动图像的大小和命名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26754992/

相关文章:

ios - MQMapView 设置区域 : causes app to crash

iphone - 通知核心数据属性的变化?

ios - Swift 3 - slider 的指针宽度

xCode ios5 : How to fade out a label text after an interval?

ios - 只有字母表、没有数字、没有大写字母、没有空格键的 UITextfield 键盘?

iphone - 删除以编程方式添加的 UIImageView

ios - 以编程方式将 View 添加到 UIStackView

iphone - 静态 iOS 库为设备而不是模拟器构建

ios - IOS 中的索引路径嵌套 Tableview

ios - 点击对焦但曝光不起作用