`
woainike
  • 浏览: 79612 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
最近访客 更多访客>>
社区版块
存档分类
最新评论

APP 图片比例和名称规范 ,最新iPhone5比例

 
阅读更多

从icon说起
命名方法,举例

 

 

iPhone & iPod touchiPad
Icon.png                         57×57Icon-72.png                  72×72
Icon-Small.png             29×29Icon-Small.png             29×29

 

iPad Spotlight
Icon-Small-50.png       50×50

 

iPhone w/Retina DisplayiPad w/Retina Display
Icon-@2x.png             114×114Icon-72@2x.png                  144x144

Icon-Small@2x.png     58×58Icon-Small@2x.png



iTunesArtwork               512×512

 

 

在info.plist使用key CFBundleIconFiles,注意与CFBundleIconFile区分开,CFBundleIconFiles的优先级高于CFBundleIconFile
省略扩展名,直接写Icon,会自动识别
如果要加扩展名,必须把所有的图片名都添加到CFBundleIconFiles的array中
特别需要注意的是,如果想自动识别,命名必须严格按照标准,且key为string类型。如果不自动识别,key为array类似并将完整文件名添加进去


Default命名方法

<basename><orientation_modifier><scale_modifier><device_modifier>.png

这个就不多说了,方法和icon是一样的,只列出相关的后缀

<basename>默认为Default,也可用UILaunchImageFile key设置,在这用Default举例
<orientation_modifier> 旋转方向

-PortraitUpsideDown
-LandscapeLeft
-LandscapeRight
-Portrait
-Landscape
None

也就是说你可以Default-Portrait.png 来表示竖屏时的加载图像,同样也可以直接Default.png不指定方向

<scale_modifier>依然是为iphone4准备,用法和icon雷同
Default-Portrait.png与Default-Portrait@2x.png会自动识别

<device_modifier>区分设备,有2个值 
~iphone
~ipad
Default-Portrait~iphone.png与Default-Portrait~ipad.png会自动判断设备  同样需要注意的一点,这个在icon里面同样适应,但是貌似现在没有使用的必要,看来未来ipad的分辨率也会扩充一倍?

 


如果使用了Custom URL Schemes,不多说了,格式如下,用法同上
<basename>-<url_scheme><scale_modifier><device_modifier>.png
如:
Default-myscheme.png与Default-myscheme@2x.png

图片:
如果你的资源目录下有Button.png与Button@2x.png两张图片
那么使用:
UIImage* anImage = [UIImage imageNamed:@"Button"];
将会自动识别图片加载

 

 

 

 

iPhone 5 

 

Default 的设置名称

单屏幕而言,就是               320x568

Default-568h@2x.png      640x1136

 

 

 

 

iPhone-only Apps

Include the following in your application's Resources group in the Xcode project:

Table 1  iPhone-only apps icon requirements.

Image Size (px)

File Name

Used For

Required Status

512x512

iTunesArtwork

Ad Hoc iTunes

Optional but recommended

57x57

Icon.png

App Store and Home screen on iPhone/iPod touch

Required

114x114

Icon@2x.png

Home screen for iPhone 4 High Resolution

Optional but recommended

72x72

Icon-72.png

Home screen for iPad compatibility

Optional but recommended

29x29

Icon-Small.png

Spotlight and Settings

Optional but recommended

50x50

Icon-Small-50.png

Spotlight for iPad compatibility

Recommended if you have a Settings bundle, otherwise optional but recommended

58x58

Icon-Small@2x.png

Spotlight and Settings for iPhone 4 High Resolution

Recommended if you have a Settings bundle, otherwise optional but recommended

Your Resources group should look similar to Figure 1:

Figure 1  Add files to Resources group

Except for iTunesArtWork icon, list the names of each of these files in the Icon files entry in the Info.plist. Follow the steps in "Add Icon files in Info.plist" section below. See Figure 4.

iPad-only Apps

Include the following in your application's Resources group in the Xcode project:

Table 2  iPad-only apps icon requirements.

Image Size (px)

File Name

Used For

Required Status

512x512

iTunesArtwork

Ad Hoc iTunes

Optional but recommended

72x72

Icon-72.png

App Store and Home screen on iPad

Required

50x50

Icon-Small-50.png

Spotlight on iPad

Optional but recommended

29x29

Icon-Small.png

Settings on iPad

Recommended if you have a Settings bundle, otherwise optional but recommended

Except for iTunesArtWork icon, list the names of each of these files in the Icon files entry in the Info.plist. Follow the steps in "Add Icon files in Info.plist" section below. See Figure 5.

Universal Apps

Include the following in your application's Resources group in the Xcode project:

Table 3  Universal apps icon requirements.

Image Size (px)

File Name

Used For

Required Status

512x512

iTunesArtwork

Ad Hoc iTunes

Optional but recommended

57x57

Icon.png

App Store and the Home screen on iPhone/iPod touch

Required

114x114

Icon@2x.png

Home screen for iPhone 4 High Resolution

Optional but recommended

72x72

Icon-72.png

App Store and Home screen on iPad

Required

50x50

Icon-Small-50.png

Spotlight on iPad

Optional but recommended

29x29

Icon-Small.png

Settings on iPad and iPhone, and Spotlight on iPhone

Recommended if you have a Settings bundle, otherwise optional but recommended

58x58

Icon-Small@2x.png

Spotlight and Settings for iPhone 4 High Resolution

Recommended if you have a Settings bundle, otherwise optional but recommended

Except for iTunesArtWork icon, list the names of each of these files in the Icon files entry in the Info.plist. Follow the steps in "Add Icon files in Info.plist" section below. See Figure 4.

Add Icon files in Info.plist

To add the Icon files entry you will need to manually edit your Info.plist.

Open your Info.plist in Xcode, and locate the "Icon file" entry. Click on the plus (+) button at the end of the entry to make a new key entry. as shown in Figure 2.

Figure 2  Add a new entry under "Icon file" key

Then, type "Icon files" in the key column (notice the "s" added), or choose "Icon files" from the drop down list, as shown in Figure 3.

Figure 3  Add "Icon files" key in Info.plist

Next, turn down the disclosure triangle on "Icon files" and add the entries for the icons for your application, as shown in Figure 4 and Figure 5:

Figure 4  Add icon file entries for iPhone-only or Universal apps.Figure 5  Add entries for iPad icon files.

 

分享到:
评论

相关推荐

    TTAF 078.7-2020 APP用户权益保护测评规范 下载分发行为.pdf

    下一步,工业和信息化部将组织行业力量,继续推动制定《APP收集使用个人信息最小必要评估规范》剩余9项标准,涵盖录音信息、短信信息、房产信息、通话信息、身份信息、传感器信息、日志信息、交易和消费记录、好友...

    TTAF 078.4-2020 APP用户权益保护测评规范 权限索取行为.pdf

    下一步,工业和信息化部将组织行业力量,继续推动制定《APP收集使用个人信息最小必要评估规范》剩余9项标准,涵盖录音信息、短信信息、房产信息、通话信息、身份信息、传感器信息、日志信息、交易和消费记录、好友...

    TTAF 078.5-2020 APP用户权益保护测评规范 违规使用个人信息.pdf

    下一步,工业和信息化部将组织行业力量,继续推动制定《APP收集使用个人信息最小必要评估规范》剩余9项标准,涵盖录音信息、短信信息、房产信息、通话信息、身份信息、传感器信息、日志信息、交易和消费记录、好友...

    iphone AppStore库

    总的来说,iPhone的AppStore库涉及的知识点包括:AppStore的定义、功能、应用分类、用户界面、安全性和审核机制、开发者提交应用的流程、AppStore在iOS生态系统中的地位以及".app"文件的结构和意义。对于iPhone用户...

    TTAF 078.6-2020 APP用户权益保护测评规范 违规收集个人信息.pdf

    下一步,工业和信息化部将组织行业力量,继续推动制定《APP收集使用个人信息最小必要评估规范》剩余9项标准,涵盖录音信息、短信信息、房产信息、通话信息、身份信息、传感器信息、日志信息、交易和消费记录、好友...

    盒马鲜生APP文描管理规范图片要求.pdf

    盒马鲜生APP文描管理规范图片要求.pdf

    京东APP交互设计规范.pdf

    京东APP交互设计规范主要涵盖了手机京东客户端在设计交互流程中的具体操作规范,包括了页面流转、组件使用、提示控件、选择控件、视频控件、语音识别控件、滑动控件、购物车控件、红点提醒机制、底部导航栏等多个...

    App准备工作以及上线流程规范.docx

    - 应用的开发商名称和公司名称与应用/应用元数据/金融产品中的公司名称/金融机构/金融机构名称/信用卡名称/贷款业务提供者等不匹配,违反了苹果开发者计划许可协议1.2。 - 苹果开发者账号必须是公司账号。 - 提供...

    TTAF 077.6-2020 APP收集使用个人信息最小必要评估规范 软件列表.pdf

    下一步,工业和信息化部将组织行业力量,继续推动制定《APP收集使用个人信息最小必要评估规范》剩余9项标准,涵盖录音信息、短信信息、房产信息、通话信息、身份信息、传感器信息、日志信息、交易和消费记录、好友...

    TTAF 078.2-2020 APP用户权益保护测评规范 定向推送.pdf

    下一步,工业和信息化部将组织行业力量,继续推动制定《APP收集使用个人信息最小必要评估规范》剩余9项标准,涵盖录音信息、短信信息、房产信息、通话信息、身份信息、传感器信息、日志信息、交易和消费记录、好友...

    交互干货必收|App界面交互设计规范

    APP设计规范指对APP界面进行风格统一,对界面元素的样式、颜色和大小设定统一的规范和使用原则。与设计、前端约定好统一的设计规范很重要,约定设计规范可以减少产品、设计、前端的沟通成本;可以使界面设计整洁、...

    APP UI设计规范

    本篇文章将详细介绍iOS和Android平台上的APP UI设计规范,帮助设计师们更好地遵循平台规则,制作出美观且实用的应用界面。 #### 二、iOS UI设计规范 ##### 2.1 界面尺寸 iOS设备种类繁多,包括不同尺寸的iPhone和...

    IPhone 经典app列表

    IPhone 6/6s IOS 经典app列表,好用的经典,大家不用找来找去啦!

    TTAF 078.10-2020 APP用户权益保护测评规范 自启动和关联启动行为.pdf

    下一步,工业和信息化部将组织行业力量,继续推动制定《APP收集使用个人信息最小必要评估规范》剩余9项标准,涵盖录音信息、短信信息、房产信息、通话信息、身份信息、传感器信息、日志信息、交易和消费记录、好友...

    IOS APP UI设计尺寸规范

    IOS APP UI设计尺寸规范

    iphone_app发布到appstore步骤

    将iPhone应用发布到App Store的过程是一项涉及多个步骤的技术任务,需要开发者拥有一定的Apple Developer账号和相应的证书管理知识。以下是详细的发布流程: 首先,你需要在苹果官方网站注册一个APP ID,这是你的...

    APP设计规范大全

    资源名称:APP设计规范大全资源截图: 资源太大,传百度网盘了,链接在附件中,有需要的同学自取。

    TTAF 078.8-2020 APP用户权益保护测评规范 移动应用分发平台管理.pdf

    下一步,工业和信息化部将组织行业力量,继续推动制定《APP收集使用个人信息最小必要评估规范》剩余9项标准,涵盖录音信息、短信信息、房产信息、通话信息、身份信息、传感器信息、日志信息、交易和消费记录、好友...

Global site tag (gtag.js) - Google Analytics