2016 Icon Size and Names?

蹲街弑〆低调 提交于 2019-12-13 07:09:36

问题


What is the current list of Icon Sizes and Names? Using Xcode 7

Example Launch set:

iPhone3g : 320 x 480

iPhone4/4s : 640 x 960

iPhone5/5s : 640 x 1136

iPhone6 : 750 x 1334

iPhone 6plus : 1242 x 2208
-------------------------------

iPhone3g : 'Default.png'

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

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

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

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

回答1:


Here is a matrix of the sizes from Apple.

Update: The link is gone, but a copy is available here -

http://web.archive.org/web/20160322170515/https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html

Here is an updated link on Apple's site. It is not quite the same page, but it is similar.

https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/



来源:https://stackoverflow.com/questions/37910886/2016-icon-size-and-names

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!