每个移动设备平台使用的图标尺寸
图标尺寸 |
平台 |
---|---|
29x29 |
iOS |
36x36 |
Android |
48x48 |
Android, iOS |
50x50 |
iOS |
57x57 |
iOS |
58x58 |
iOS |
72x72 |
Android, iOS |
100x100 |
iOS |
114x114 |
iOS |
144x144 |
iOS |
512x512 |
iOS |
1024 x 1024 |
iOS |
在应用程序描述符中定义的图标用于 iOS 应用程序的以下位置:
-
29x29 像素图标 — 较低分辨率 iPhone/iPod 的 Spotlight 搜索图标和较低分辨率 iPad 的设置图标。
-
48x48 像素图标 — AIR 给该图像添加一个边框,且在较低分辨率 iPad 上将其用作一个 50x50 的 Spotlight 搜索图标。
-
50x50 像素图标 — 较低分辨率 iPad 的 Spotlight 搜索图标。
-
57x57 像素图标 — 较低分辨率 iPhone/iPod 的应用程序图标。
-
58x58 像素图标 — Retina 显示屏 iPhone/iPod 的 Spotlight 图标和 Retina 显示屏 iPad 的设置图标。
-
72x72 像素图标(可选)— 较低分辨率 iPad 的应用程序图标。
-
100x100 像素图标 — Retina 显示屏 iPad 的 Spotlight 搜索图标。
-
114x114 像素图标 — Retina 显示屏 iPhone/iPod 的应用程序图标。
-
144x144 像素图标 — Retina 显示屏 iPad 的应用程序图标。
-
512x512 像素图标 — 较低分辨率 iPhone/iPod/iPad 的应用程序图标。iTunes 显示此图标。当您将最终应用程序提交给 Apple 应用程序库时,512 像素 PNG 文件仅用于测试应用程序的开发版本,须单独以 JPG 文件格式提交 512 图像。它不包含在 IPA 中。
-
1024x1024 像素图标 — Retina 显示屏 iPhone/iPod/iPad 的应用程序图标。
文件名 |
图像大小 |
用法 |
---|---|---|
Default.png |
320 x 480 |
iPhone,标准分辨率 |
Default@2x.png |
640 x 960 |
iPhone,高分辨率 |
Default-Portrait.png |
768 x 1004 |
iPad,纵向 |
Default-Portrait@2x.png |
1536 x 2008 |
iPad,高分辨率,纵向 |
Default-PortraitUpsideDown.png |
768 x 1004 |
iPad,倒置纵向 |
Default-PortraitUpsideDown@2x.png |
1536 x 2008 |
iPad,高分辨率,倒置纵向 |
Default-Landscape.png |
1024 x 748 |
iPad,左横向 |
Default-LandscapeLeft@2x.png |
2048 x 1496 |
iPad,高分辨率,左横向 |
Default-LandscapeRight.png |
1024 x 748 |
iPad,右横向 |
Default-LandscapeRight@2x.png |
2048 x 1496 |
iPad,高分辨率,右横向 |
Default-example.png |
320 x 480 |
标准 iPhone 上的 |
Default-example@2x.png |
640 x 960 |
高分辨率 iPhone 上的 |
Default-example~ipad.png |
768 x 1004 |
纵向 iPad 上的 |
Default-example-Landscape.png |
1024 x 748 |
横向 iPad 上的 |