1. 程式人生 > >iOS 圖示尺寸規範,記錄下來方便使用

iOS 圖示尺寸規範,記錄下來方便使用

Icon and Image Sizes

Every app needs an app icon and a launch file or image. In addition, some apps need custom icons to represent app-specific content, functions, or modes in navigation bars, toolbars, and tab bars.

Unlike other custom artwork in your app, the icons and images listed in Table 41-1

 must meet specific criteria so that iOS can display them properly. In addition, some icon and image files have naming requirements (to learn about naming these files, see App Icons and App Launch (Default) Images).

Table 41-1Size (in pixels) of custom icons and images

Asset

iPhone 6 Plus (@3x)

iPhone 6 and iPhone 5 (@2x)

iPhone 4s (@2x)

iPad and iPad mini (@2x)

iPad 2 and iPad mini (@1x)

App icon (required for all apps)

180 x 180

120 x 120

120 x 120

152 x 152

76 x 76

App icon for the App Store (required for all apps)

1024 x 1024

1024 x 1024

1024 x 1024

1024 x 1024

1024 x 1024

Launch file or image (required for all apps)

Use a launch file (see )

For iPhone 6, use a launch file (see )

For iPhone 5, 640 x 1136

640 x 960

1536 x 2048 (portrait)

2048 x 1536 (landscape)

768 x 1024 (portrait)

1024 x 768 (landscape)

Spotlight search results icon (recommended)

120 x 120

80 x 80

80 x 80

80 x 80

40 x 40

Settings icon (recommended)

87 x 87

58 x 58

58 x 58

58 x 58

29 x 29

Toolbar and navigation bar icon (optional)

About 66 x 66

About 44 x 44

About 44 x 44

About 44 x 44

About 22 x 22

Tab bar icon (optional)

About 75 x 75 (maximum: 144 x 96)

About 50 x 50 (maximum: 96 x 64)

About 50 x 50 (maximum: 96 x 64)

About 50 x 50 (maximum: 96 x 64)

About 25 x 25 (maximum: 48 x 32)

Default Newsstand cover icon for the App Store (required for Newsstand apps)

At least 1024 pixels on the longest edge

At least 1024 pixels on the longest edge

At least 1024 pixels on the longest edge

At least 1024 pixels on the longest edge

At least 512 pixels on the longest edge

Web clip icon (recommended for web apps and websites)

180 x 180

120 x 120

120 x 120

152 x 152

76 x 76

For all images and icons, the PNG format is recommended. You should avoid using interlaced PNGs.

The standard bit depth for icons and images is 24 bits—that is, 8 bits each for red, green, and blue—plus an 8-bit alpha channel, for a total of 32 bits.

You don’t need to constrain your palette to web-safe colors.

相關推薦

iOS 圖示尺寸規範記錄下來方便使用

Icon and Image Sizes Every app needs an app icon and a launch file or image. In addition, some apps need custom icons to represent app-

Mac安裝最新tensorflow遇到的坑記錄方便後人

用戶 就是 但是 url clas mac安裝 ech make openssl 之前其他mac電腦安裝tensorflow時候一切順利,一行命令sudo pip install tensorflow就高搞定了,但是今天在新mac上安裝tensorflow時候出現了一個bu

hexo next主題中遇到的問題以及各種錯誤彙總記錄下來

釋出文章遇到: Unhandled rejection Template render error: (unknown path) [Line 265, Column 814]   unexpected token: .     at Object._p

Android必知App 常用圖示尺寸規範彙總

1. 程式啟動圖示(icon launcher)   放在mipmap-*dpi下,檔名為ic_launcher.png LDPI (Low Density Screen,120 DPI),其圖示大小為 36 x 36 px。 MDPI (Medium Densit

利用擴充套件符排序記錄下來分享給大家

由於前後端分離專案,後端在遠隔千里的那邊,而且也是不同的分公司,讓後臺改介面基本就是不可能啦~。最近接到了新的需求,訊息中心按照未讀已讀時間排序的問題,後端給的比較混雜如下: { "mapResult": [{ "ID": 3749, "TITLE": "待處理:柏歡

互動設計:iOS原型尺寸規範

最近公司安排我帶一下新來的互動設計師,我想給他制定一份互動設計規範。這樣一來,即使新來的互動設計師沒什麼基礎,也可以根據這一份規範,做出大致標準的原型圖。 因為Ui設計稿是先做iPhone6的,方便向上適配iPhone6Plus,也方便向下適配iPhone5和iPh

JAVA 4種常用排序演算法總是記不住記錄下來免得以後番網頁

public class ArraySort { public static void main(String[] args) { int[] array=getArray(); selectSort(array); //insertSort(array);

iOS設計尺寸規範(2018年)

字 體Typography 中文字型:PingFang SC 英文字型:SF UI Text 、SF UI Display 其中SF UI Text適用與小於19pt的文字,SF UI Display適用於大於20pt的文字 元    素

iOS自定義UISearchBar簡單、方便、好用

本文首發地址 可惡的UI非要搞一個和系統的UISearchBar的不一樣的效果,但是系統自帶的用實現不了效果,就自能自定義了。 把一個UISearchBar放到UINavigationBar上。並且還要有搜尋的結果在整個頁面上。。。 先看看效果圖 H

Service Unavailable的原因 遇到兩次了 記錄下來 方便查詢

已經總結了五種Service Unavailable的原因,第一篇是常見的4個方面的原因(原文見http://www.juyo.org/juyo/original/Service-Unavailable/ ),之後又遇到一個伺服器上網站出現這個情況,朋友對照了那四種情況,均沒

Android,App 常用圖示尺寸規範

1. 程式啟動圖示: LDPI (Low Density Screen,120 DPI),其圖示大小為 36 x 36 px。 MDPI (Medium Density Screen, 160 DPI),其圖示大小為 48 x 48 px。 HDPI (High D

Java MyBatis 呼叫聚合函式查詢返回結果示例(記錄下來方便不記得時檢視)

mybatis sql配置: <select id="queryFirstResult" resultType="string"> select max(code) as frist

大早起的起來就上網瞎逛,發現了就記錄下來也算心理安慰

清除 -s 記錄 href 結合 感覺 row 保持 引導 人過40歲,每天抓住3個黃金時間養生,身體健康,壽命長! 無論男女,過了40歲之後,身體就開始走下坡路,此時不養生,等到年紀再大些,就只能花錢養醫生了。 養生也是有講究的,在黃金期養生,效果事半功倍,身體健康,壽命

iOS 記錄一下自己對於圓角優化效能的理解

公司開發多個專案中,檢視的圓角是不可避免的,也是增加美觀度的一種方式,下面談一下“老生常談”的圓角問題,以下是個人理解。 圓角的常用設法,cornerRadius設定圓角 , masksToBounds把整個圖層蒙上圓角 。 _whiteView.layer.cornerRad

cordova打包web專案成apk的流程記錄一下。方便你我他

最近有個需求,需要打包vue專案成apk。之前負責的員工離職了,沒辦法了,我來研究了1天多,參考了好幾篇文章。我忘了,不能一一列舉,不好意思了。只列舉一篇了 連結在這裡 http://www.cnblogs.com/zhou123/p/9253543.html。我綜合了他們的思路,做了一些改變,應該

【琴絃上、漫步】堅持把自己做過的每一件事記錄下來讓其變成一種習慣。

姓名:李國冬 英文名:wintfru GitHub: 點選進入 Email:liguodongiot AT foxmail DOT com 學校:西南石油大學 學歷:本科 專注:Java、Hadoop、Elasticsearch、Spring等

Icon製作工具一鍵合併Icon和渠道角標並生成Android、AndroidHD、IOS尺寸

老早之前寫的Icon製作工具只有生成多尺寸的功能,這幾天讓同事熟悉sdk接入,同事在吐槽渠道的角標要合併到Icon上,這一波操作要ps很麻煩。 所以就把原來的Icon製作工具升級了。 下載地

【songrenqing】部落格主要是為了記錄自己在學習python中遇到的問題解決問題的方法。有些問題早就存在解決問題的方法也有很多我只是把這些存在的問題和自己經過測試成功的方法重新記錄下來,便於自己學習和重溫。

部落格主要是為了記錄自己在學習python中遇到的問題,解決問題的方法。有些問題早就存在,解決問題的方法也有很多,我只是把這些存在的問題和自己經過測試成功的方法,重新記錄下來,便於自己學習和重溫。...

VSCode的使用配置VSCode外掛的安裝。記錄一下方便查閱

VSCode的使用配置,VSCode外掛的安裝。 配置篇 開啟設定介面 tab鍵的縮排控制 外掛篇 外掛安裝 配置篇 開啟設定介面 許多設定都需要在設定介面進行,所以想要配置第一

把讀過的書記錄下來。很多年以後再看看這個書單應該很有趣~

前言:現代很多人,忙忙碌碌,一有空閒時間又低頭玩手機。我在大學期間,努力培養了一個習慣:在晚上睡覺之前,夜深人靜時分,靜下心來讀讀書。其實這個習慣的養成,最初是因為失眠,我當時是希望深夜閱讀可以有助於睡眠。下面這個書單會不斷增長。 2015年6月:《北洋大