iOS项目中所有icon的尺寸以及命名

一般icon以下几个:

Icon.png – 57×57 iPhone (ios5/6)
[email protected] – 114×114 iPhone Retina (ios5/6)
Icon-72.png – 72×72 iPad (ios5/6)
[email protected]  - 144×144 iPad Retina (ios5/6)
[email protected]  - 120x120 iphone & ipod touch (ios7/8)
[email protected] - 180x180 iphone6 plus (ios8)
Icon-76.png - 76x76 ipad2 & ipad mini (ios7/8)
[email protected] - 152x152 ipad retina (ios7/8)

以下不区分iPhone或者iPad。可见,在iOS6.1以及之前的iOS版本中,iPad的和iPhone使用者完全区别的图标。但是iOS7以及以后,两者不再有区分。

iOS7到iOS8以前需要的icon尺寸以及名称

Image Size (px)


File Name


Used For


App Store


Ad Hoc


512x512


iTunesArtwork


App list in iTunes


Do not include


Optional but recommended


1024x1024


[email protected]


App list in iTunes for devices with retina display


Do not include


Optional but recommended


120x120


[email protected]


Home screen on iPhone/iPod Touch with retina display


Required


Required


76x76


Icon-76.png


Home screen on iPad


Required


Required


152x152


[email protected]


Home screen on iPad with retina display


Optional but recommended


Optional but recommended


40x40


Icon-Small-40.png


Spotlight


Optional but recommended


Optional but recommended


80x80


[email protected]


Spotlight on devices with retina display


Optional but recommended


Optional but recommended


29x29


Icon-Small.png


Settings


Recommended if you have a Settings bundle, optional otherwise


Recommended if you have a Settings bundle, optional otherwise


58x58


Icon[email protected]


Settings on devices with retina display


Recommended if you have a Settings bundle, optional otherwise


Recommended if you have a Settings bundle, optional otherwise

iOS6.1及之前版本icon尺寸及其名称

Image Size (px)


File Name


Used For


App Store


Ad Hoc


57x57


Icon.png


Home screen on iPhone/iPod touch (iOS 6.1 and earlier)


Required


Required


114x114


[email protected]


Home screen on iPhone/iPod Touch with retina display (iOS 6.1 and earlier)


Optional but recommended


Optional but recommended


72x72


Icon-72.png


Home screen on iPad (iOS 6.1 and earlier)


Required


Required


144x144


[email protected]


Home screen on iPad with retina display (iOS 6.1 and earlier)


Optional but recommended


Optional but recommended


29x29


Icon-Small.png


Spotlight on iPhone/iPod Touch (iOS 6.1 and earlier) and Settings


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


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


58x58


[email protected]


Spotlight on iPhone/iPod Touch with retina display (iOS 6.1 and earlier) and Settings on devices with retina display


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


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


50x50


Icon-Small-50.png


Spotlight on iPad (iOS 6.1 and earlier)


Optional but recommended


Optional but recommended


100x100


[email protected]


Spotlight on iPad with retina display (iOS 6.1 and earlier)


Optional but recommended


Optional but recommended

时间: 2024-11-06 14:38:23

iOS项目中所有icon的尺寸以及命名的相关文章

ios项目中引用其他开源项目

1. 将开源项目的.xcodeproj拖入项目frameworks 2. Build Phases下 Links Binary With Libraries 引入.a文件.Target Dependencies里引入开源项目文件 3. Build Setting下的 Search Paths 里 Header Search Paths 加入开源项目src目录 例:$(SOURCE_ROOT)/IBAForms/headers ,IBA放在项目根目录里,headers就是src 如果和项目根目录平

[转]在iOS项目中使用CorePlot框架

转载地址:http://blog.csdn.net/llfjfz/article/details/7849190#comments Core Plot是OS X和IOS下的一个开源图形库,它提供数据的可视化处理,就是画曲线图.柱状图和饼图等等.如何在项目中使用Core Plot的静态库呢?以下是几个步骤: 首先先去Google Code下载Core Plot图形库,网址 http://code.google.com/p/core-plot/ .目前该网址提供了CorePlot_1.0.zip下载

ios项目中引用其他项目复习

ios项目中引用其他开源项目,今天再次复习了,记个备注. 1. 将开源项目的.xcodeproj拖入项目frameworks 2. Build Phases下 Links Binary With Libraries 引入.a文件.Target Dependencies里引入开源项目文件 3. Build Setting下的 Search Paths 里 Header Search Paths 加入开源项目src目录 例:$(SOURCE_ROOT)/IBAForms/headers ,IBA放在

iOS项目中如何正确引入Html5文件(html/js/css)

iOS项目中使用项目中的html js css 文件时,有时会遇到引用路径出错的问题,导致html js css image文件无法加载的情况. 那么,引入H5相关文件的正确操作方式如下,这样就不会出现资源文件无法引入并正常使用的情况: 1 在项目目录下创建存放Html5文件文件夹:H5 2 将文件夹H5拖放至项目中对应的位置,此处注意要选择:Create groups 3 将各种Html5文件(html js css image等)拖放到H5文件夹中,此处注意选择:Create folder

iOS项目中使用CocoaPods问题解决方案

文/yehot(简书作者)原文链接:http://www.jianshu.com/p/a2007d8e2607著作权归作者所有,转载请联系作者获得授权,并标注“简书作者”. 为什么iOS项目中应该使用CocoaPods作为第三方依赖管理工具?因为: (全文完) 开个玩笑.真正的原因是这样: 目录: 从一个bug说起 分析需求及解决方案 确定方案 CocoaPods学习资料 一.从一个bug说起: 1.公司的项目里统一使用SVG格式的图片:2.GitHub上只有一个star数超过一千的SVG解析库

CocoaPods的使用(管理iOS项目中第三方开源代码)

CocoaPods是一个负责管理iOS项目中第三方开源代码的工具.可以节省设置和更新第三方开源库的时间,提高工作效率. 下面是CocoaPods的使用步骤,强烈建议在家里的网络做以下操作,公司的网太慢了,除非你觉得很快!! 1.打开终端 sudo gem install cocoapods 命令解释:用gem安装cocoapods工具包 输入这行命令后,会让你输入电脑密码 接下来就是一大堆安装操作,耐心等待. 然后会出现下面的情况 Installing ri documentation for

iOS项目中Json转Model的坑

Json转Model json转model,是个开发都会遇到过.都已经9102年了,谁还不会用个第三方框架搞.拿起键盘就是干!打开podfile,把大名顶顶的YYModel写上,pod install一下.再用上ESJsonFormat,直接根据json,都能把model生成好. 特殊处理 啥?返回的字段值不是我们所需的在日常开发中,经常会遇到一些接口字段返回的值,并不是我所需要的类型的情况,这个时候,我们都会对这个字段进行处理.举个栗子: 123456 /** 错误代码 */@property

彻底解决iOS项目中 "_OBJC_CLASS_$_XXXService", referenced from: 的相似问题

watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvbmllcGVuZzEwOQ==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" >这是大家熟悉的开发过程中可能遇到的问题 这是提交源代码到appStore不支持64位设备的提示 本人在提交项目到appStore时发生的的错误,提示必需要支持64的设备,然后自己赶紧进行相关的适应.出现了类似标题的问题,解

[爱上Swift]第14弹:在iOS项目中引入MVVM

转自:http://www.cnblogs.com/sunshine-anycall/p/4153357.html 本文翻译自:http://www.objc.io/issue-13/mvvm.html.为了方便读者并节约时间,有些不是和文章主题相关的就去掉了.如果读者要看原文的话可以通过前面的url直接访问.作者也是做了iOS多年,从大学一直到现在n多年了.对于开发一款有B格的APP很有追求.学习了很多的东西,比如,silver bullet什么的,设计模式什么的.但是,面对急速膨胀的代码量,