iPhone Icon and Image Sizes 包含iPhone6 和iPhone6 plus

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 39-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
 in App
Programming Guide for iOS
 and App
Launch (Default) Images
 in App
Programming Guide for iOS
).

Table 39-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 Launch
Images
)


For iPhone 6, use a launch file (see Launch
Images
)

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.

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

时间: 2024-08-29 16:48:24

iPhone Icon and Image Sizes 包含iPhone6 和iPhone6 plus的相关文章

[翻译] Icon and Image Sizes

Icon and Image Sizes iOS Human Interface Guidelines 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. 一款

Icon and Image Sizes IOS 8.0 apple

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 yo

适配iPhone6和iPhone6 Plus

适配iPhone6和iPhone6 Plus 苹果昨天发布了两款iPhone新产品,分别是iPhone6和iPhone6 Plus,开发者和设计人员又要忙活一阵子了. 先对比所有市面上的iPhone设备,然后分析如何适配新的设备, iPhone4,iPhone4s 分辨率960*640  长宽比1.5 iPhone5,iPhone5s  分辨率1136*640  长宽比1.775 iPhone6 分辨率1334*750  长宽比1.778 iPhone6+ 分辨率1920*1080  长宽比1.

iOS关于iPhone6和iPhone6 Plus的屏幕适配问题

iPhone6和iPhone6 Plus上市有一段时间了,虽然大陆没有首发令人隐隐作痛,但是还是为iPhone6和iPhone6 Plus的设计的转变和大屏时代感到欣喜. 今天主要来mark以下通过xib方式来适配iPhone6和iPhone6 Plus的屏幕. 1.iPhone5分辨率320x568,像素640x1136,@2x 2.iPhone6分辨率375x667,像素750x1334,@2x 3.iPhone6 Plus分辨率414x736,像素1242x2208,@3x,(注意,在这个

《iOS Human Interface Guidelines》——Icon and Image Sizes

图标和图片尺寸 每个app都需要一个app图标和一个启动文件或图片.此外,一些app还需要自定义的图标来表示导航栏.工具栏.标签栏和其他区域中app特定的内容.功能或者模式.表45-1列出了这些自定义图标和图片需要的尺寸. 表45-1 自定义图标和图片的尺寸(像素单位) 用处 iPhone 6s Plus和iPhone 6 Plus(@3x) iPhone 6s,iPhone 6和iPhone 5(@2x) iPhone 4s(@2x) iPad 和iPad mini(@2x iPad 2和iP

iOS 关于iphone6 和 iphone6 plus 的适配

http://www.ui.cn/detail/26980.html 根据上面说的,iphone6 plus的屏幕的编程时的宽度应该是414,我理解的也是这样,但是我用iphone6 plus 模拟器调试时,发现屏幕的宽度是320!十分不理解,找个真机测测!

ios新设备(包括iphone6和iphone6 plus)的开发用分辨率和像素

1.iPhone5分辨率320x568,像素640x1136,@2x 2.iPhone6分辨率375x667,像素750x1334,@2x 3.iPhone6 Plus分辨率414x736,像素1242x2208,@3x 这里所注的都是已经添加相关尺寸loading图后的开发分辨率和像素数,其中iphone6 plus最终的物理分辨率会被苹果自动缩放到1080p(缩放比例1.14).

媒体查询iphone6、iphone6 plus,js判断设备型号

/* 兼容问题*/@media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2){ .dialog-agreement-con{ height: 45%;/* iphone4*/ }} @media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device

iOS项目更换百度地图2.5版本, 适配iPhone6和iPhone6 plus出现的问题

更新百度地图SDK2.5版本之后 1.如果不知道之前SDK是哪个版本,需申请新Key 2.在info.plist添加:Bundle display name -> ${PRODUCT_NAME} 3.新SDK静态库用ObjectC++实现,需将任一文件后缀改成.mm 4.在info.plist添加:(都添加默认前台使用) NSLocationWhenInUseUsageDescription ->YES //允许在前台使用时获取GPS的描述 NSLocationAlwaysUsageDescr