IPhone development-app icon

Source: Internet
Author: User

1. Application icons

Before ios3.2

You cannot specify icons in the info. plist file. You must follow the apple icon naming rules as follows:

Icon.png 57x57 iPhone app icon

Icon@2x.png 114x114 iPhone (Retina Display) Application icons

Icon-72.png 72X72 iPad app icons

Icon-72@2x.png 144x144 iPad (Retina Display) Application icons

Icon-Small.png 29x29 iPhone system settings and search results icons

Icon-Small@2x.png 58x58 iPhone (Retina Display) system settings and search results icons

Icon-Small-50.png 50x50 iPad system settings and search results icons

Icon-Small-50@2x.png 100x100 iPad (Retina Display) system settings and search results icons

Ios3.2 and later ~ Before ios5.0

In info. plist, add the key to the icon files values and add the corresponding icon names to the list, for example

The corresponding source code is

 <  Key  > Cfbundleiconfiles </  Key  >  <  Array  >      <  String  > Icon-72.png </  String  >     <  String  > Icon-72@2x.png </  String  >  </  Array  > 

 

Ios5.0 and later

In info. plist, add the key to the value of Icon files (iOS 5), add the corresponding icon names to the icon files list in the subitem primary icon.

For example:

The icon already colors des gloss effects is set to yes to remove the default highlights added to each icon by Apple.

If Icon files (iOS 5) hasNewsstand icon, which can be deleted if not set; otherwise, an error may be reported.

The corresponding source code is

 <  Key  > Cfbundleicons </  Key  >  <  Dict  >      <  Key  > Cfbundleprimaryicon </  Key  >      < Dict  >          <  Key  > Cfbundleiconfiles </  Key  >          <  Array  >              <  String  > Icon-72.png </  String  >             <  String  > Icon-72@2x.png </  String  >          </  Array  >          <  Key  > Uiprerenderedicon </  Key  >          < True  />      </  Dict  >  </  Dict  > 

If the development project is sad: (1) You can run an iPhone or an iPad app (Universal APP)

(2) Support for all versions earlier than ios3.2 to the latest version

All of the above settings are required.

 

II,ITunes App Store icon

Itunesartwork512x512ITunes icon

It is a PNG file named itunesartwork, but it cannot be suffixed with. PNG"

 

3. Default Screen Display

IPhone

Default.png 320mm x mm 480 iPhone (only portrait screen) boot Screen

Default@2x.png 640 10x x 960 (or 640x920) iPhone (Retina display, only portrait screen) boot Screen

Ipad2:

Default-Landscape.png 1024x768 (or 1024x748) iPad landscape boot Screen

Default-Portrait.png 768 inch x 1024 (or 768 inch x 1004) iPad portrait boot Screen

Ipad3:

Default-landscape @ 2X ~ Ipad.png2048x1536 (or 2048x1496) iPad (Retina display, landscape screen) boot Screen

Default-Portrait @ 2X ~ Ipad.png1536x2048 (or 1536x2008) iPad (Retina display, portrait screen) boot Screen

 

The following brackets do not contain the status bar.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.