【螺号日历】iOS APP 设置 ICON

icon 位置及要求

选中 Assets.xcassets -> AppIcon 即可看到需要的各种 icon


【螺号日历】iOS APP 设置 ICON_第1张图片
Xcode 9.1

icon 文件属性

通用属性

【螺号日历】iOS APP 设置 ICON_第2张图片

https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/

具体属性

  • 宽、高的 px 值根据要求的 pt 值乘以要求的比例因子
    例如:2x 20pt 的图,宽高分别为 40px


    【螺号日历】iOS APP 设置 ICON_第3张图片

    https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/image-size-and-resolution/

  • resolution 的基准值无所谓,iOS 无视 icon 的 PPI (https://developer.apple.com/library/content/qa/qa1686/_index.html)


    一般的做法是 1x 采用 72PPI,2x 采用 144PPI,以此类推

icon 文件命名

参考官方网站的用法,采用下列形式


【螺号日历】iOS APP 设置 ICON_第4张图片

1x 的图片不需要在文件名中进行标注

https://developer.apple.com/library/content/qa/qa1686/_index.html


【螺号日历】iOS APP 设置 ICON_第5张图片
产品 QQ 群

你可能感兴趣的:(【螺号日历】iOS APP 设置 ICON)