[ 
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/[email protected]" width="120" height="120" /><!-- retina 
> display -->
>     <icon src="res/ios/[email protected]" 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/[email protected]" 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/[email protected]" width="80" height="80" /><!-- 
> retina display -->
>     <icon src="res/ios/[email protected]" width="120" height="120" /><!-- 
> retina HD display -->
>     
>     <!-- Settings -->
>     <icon src="res/ios/icon-small.png" width="29" height="29" />
>     <icon src="res/ios/[email protected]" width="58" height="58" /><!-- 
> retina display -->
>     <icon src="res/ios/[email protected]" 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/[email protected]" width="114" height="114" /><!-- retina 
> display -->
>     
>     <!-- Homescreen on iPad -->
>     <icon src="res/ios/icon-72.png" width="72" height="72" />
>     <icon src="res/ios/[email protected]" width="144" height="144" /><!-- retina 
> display -->
>     
>     <!-- Spotlight -->
>     <icon src="res/ios/icon-small-50.png" width="50" height="50" />
>     <icon src="res/ios/[email protected]" width="100" height="100" /><!-- 
> retina display -->
> </platform>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to