You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Steve (JIRA)" <ji...@apache.org> on 2017/04/23 18:28:04 UTC

[jira] [Updated] (CB-12691) iOS icon sizes documentation

     [ https://issues.apache.org/jira/browse/CB-12691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve updated CB-12691:
-----------------------
    Attachment: icon.xml

> iOS icon sizes documentation
> ----------------------------
>
>                 Key: CB-12691
>                 URL: https://issues.apache.org/jira/browse/CB-12691
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Docs, iOS
>            Reporter: Steve
>            Priority: Minor
>         Attachments: icon.xml
>
>
> The documentation of icon sizes for iOS is confusing me.
> After long research I got a summary about the right sizes and a idea for the documentation.
> Following the rules on table 5 and 6 on https://developer.apple.com/library/content/qa/qa1686/_index.html I got a good overview:
> <platform name="ios">
>     <!-- Homescreen on iPhone/iPod Touch -->
>     <icon src="res/ios/icon-60@2x.png" width="120" height="120" /><!-- retina display -->
>     <icon src="res/ios/icon-60@3x.png" width="180" height="180" /><!-- retina HD display -->
>     
>     <!-- Homescreen on iPad -->
>     <icon src="res/ios/icon-76.png" width="76" height="76" />
>     <icon src="res/ios/icon-76@2x.png" width="152" height="152" /><!-- retina display -->
>     
>     <!-- Homescreen on iPad Pro -->
>     <icon src="res/ios/icon-83.5.png" width="167" height="167" />
>     
>     <!-- Spotlight -->
>     <icon src="res/ios/icon-small-40.png" width="40" height="40" />
>     <icon src="res/ios/icon-small-40@2x.png" width="80" height="80" /><!-- retina display -->
>     <icon src="res/ios/icon-small-40@3x.png" width="120" height="120" /><!-- retina HD display -->
>     
>     <!-- Settings -->
>     <icon src="res/ios/icon-small.png" width="29" height="29" />
>     <icon src="res/ios/icon-small@2x.png" width="58" height="58" /><!-- retina display -->
>     <icon src="res/ios/icon-small@3x.png" width="87" height="87" /><!-- retina HD display -->
>     
>     
>     <!-- iOS 6.1 AND EARLIER -->
>     
>     <!-- Homescreen on iPhone/iPod Touch -->
>     <icon src="res/ios/icon.png" width="57" height="57" />
>     <icon src="res/ios/icon@2x.png" width="114" height="114" /><!-- retina display -->
>     
>     <!-- Homescreen on iPad -->
>     <icon src="res/ios/icon-72.png" width="72" height="72" />
>     <icon src="res/ios/icon-72@2x.png" width="144" height="144" /><!-- retina display -->
>     
>     <!-- Spotlight -->
>     <icon src="res/ios/icon-small-50.png" width="50" height="50" />
>     <icon src="res/ios/icon-small-50@2x.png" width="100" height="100" /><!-- retina display -->
> </platform>



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org