Apple设备屏幕尺寸和方向
表格中包括了各种型号的iPad、iPhone、以及iPod touch等设备的详细信息,涵盖了从iPad Pro到各代iPhone和iPod touch的多个型号。
这些信息可用于开发应用程序时优化界面布局和图像显示,确保在不同设备上有良好的显示效果。
Device screen sizes and orientations
|
Device |
Dimensions (portrait) |
|---|---|
|
12.9” iPad Pro |
1024x1366 pt (2048x2732 px @2x) |
|
11” iPad Pro |
834x1194 pt (1668x2388 px @2x) |
|
10.5” iPad Pro |
834x1194 pt (1668x2388 px @2x) |
|
9.7” iPad Pro |
768x1024 pt (1536x2048 px @2x) |
|
8.3” iPad mini |
744x1133 pt (1488x2266 px @2x) |
|
7.9” iPad mini |
768x1024 pt (1536x2048 px @2x) |
|
10.9” iPad Air |
820x1180 pt (1640x2360 px @2x) |
|
10.5” iPad Air |
834x1112 pt (1668x2224 px @2x) |
|
9.7” iPad Air |
768x1024 pt (1536x2048 px @2x) |
|
10.2” iPad |
810x1080 pt (1620x2160 px @2x) |
|
9.7” iPad |
768x1024 pt (1536x2048 px @2x) |
|
iPhone 15 Pro Max |
430x932 pt (1290x2796 px @3x) |
|
iPhone 15 Pro |
393x852 pt (1179x2556 px @3x) |
|
iPhone 15 Plus |
430x932 pt (1290x2796 px @3x) |
|
iPhone 15 |
393x852 pt (1179x2556 px @3x) |
|
iPhone 14 Pro Max |
430x932 pt (1290x2796 px @3x) |
|
iPhone 14 Pro |
393x852 pt (1179x2556 px @3x) |
|
iPhone 14 Plus |
428x926 pt (1284x2778 px @3x) |
|
iPhone 14 |
390x844 pt (1170x2532 px @3x) |
|
iPhone 13 Pro Max |
428x926 pt (1284x2778 px @3x) |
|
iPhone 13 Pro |
390x844 pt (1170x2532 px @3x) |
|
iPhone 13 |
390x844 pt (1170x2532 px @3x) |
|
iPhone 13 mini |
375x812 pt (1125x2436 px @3x) |
|
iPhone 12 Pro Max |
428x926 pt (1284x2778 px @3x) |
|
iPhone 12 Pro |
390x844 pt (1170x2532 px @3x) |
|
iPhone 12 |
390x844 pt (1170x2532 px @3x) |
|
iPhone 12 mini |
375x812 pt (1125x2436 px @3x) |
|
iPhone 11 Pro Max |
414x896 pt (1242x2688 px @3x) |
|
iPhone 11 Pro |
375x812 pt (1125x2436 px @3x) |
|
iPhone 11 |
414x896 pt (828x1792 px @2x) |
|
iPhone XS Max |
414x896 pt (1242x2688 px @3x) |
|
iPhone XS |
375x812 pt (1125x2436 px @3x) |
|
iPhone XR |
414x896 pt (828x1792 px @2x) |
|
iPhone X |
375x812 pt (1125x2436 px @3x) |
|
iPhone 8 Plus |
414x736 pt (1080x1920 px @3x) |
|
iPhone 8 |
375x667 pt (750x1334 px @2x) |
|
iPhone 7 Plus |
414x736 pt (1080x1920 px @3x) |
|
iPhone 7 |
375x667 pt (750x1334 px @2x) |
|
iPhone 6s Plus |
414x736 pt (1080x1920 px @3x) |
|
iPhone 6s |
375x667 pt (750x1334 px @2x) |
|
iPhone 6 Plus |
414x736 pt (1080x1920 px @3x) |
|
iPhone 6 |
375x667 pt (750x1334 px @2x) |
|
4.7” iPhone SE |
375x667 pt (750x1334 px @2x) |
|
4” iPhone SE |
320x568 pt (640x1136 px @2x) |
|
iPod touch 5th generation and later |
320x568 pt (640x1136 px @2x) |
这个表格列出了不同设备的屏幕尺寸和方向(portrait and landscape,纵向/横向)以及它们在point(pt)和像素(px)之间的转换关系。
每个设备都有相应的纵向尺寸和横向尺寸,在纵向模式下,它们的屏幕分辨率是多少。
比如,以iPad Pro系列为例,12.9英寸的iPad Pro在纵向模式下的尺寸为1024x1366 pt,对应的像素为2048x2732 px @2x。这意味着在这种模式下,屏幕上有1024x1366个点,实际显示时为2048x2732个像素。
Device size classes
尺寸类别属性是系统提供给开发者的一种指导,用于描述设备屏幕的不同尺寸类别。它们可以帮助开发者更好地了解当前界面所在的设备环境,从而做出相应的布局和设计调整。
“常规宽度,常规高度”和“紧凑宽度,紧凑高度”是用来描述设备屏幕尺寸的不同类别。这些尺寸类别会影响应用程序的布局和显示效果,特别是在响应式设计方面。
常规宽度,常规高度(Regular width, Regular height):这种尺寸类别适用于较大的屏幕,如iPad等大屏设备,以及iPhone在横向模式下。在这种情况下,应用程序通常有更多的空间来展示内容,因此可以考虑采用更复杂的布局和设计。
紧凑宽度,紧凑高度(Compact width, Compact height):这种尺寸类别适用于较小的屏幕,如iPhone等小屏设备,以及iPad在竖向模式下。在这种情况下,屏幕空间有限,因此应用程序可能需要采取简化布局或调整元素大小以适应较小的屏幕空间。
对于开发者来说,理解不同尺寸类别的差异可以帮助他们更好地设计适配不同设备的界面布局。通过使用Auto Layout和Size Classes等技术,开发者可以针对不同尺寸类别创建灵活的界面,确保应用程序在各种设备上都能够呈现出最佳的用户体验。

|
Device |
Portrait orientation |
Landscape orientation |
|---|---|---|
|
12.9” iPad Pro |
Regular width, regular height |
Regular width, regular height |
|
11” iPad Pro |
Regular width, regular height |
Regular width, regular height |
|
10.5” iPad Pro |
Regular width, regular height |
Regular width, regular height |
|
9.7” iPad |
Regular width, regular height |
Regular width, regular height |
|
7.9” iPad mini |
Regular width, regular height |
Regular width, regular height |
|
iPhone 15 Pro Max |
Compact width, regular height |
Regular width, compact height |
|
iPhone 15 Pro |
Compact width, regular height |
Compact width, compact height |
|
iPhone 15 Plus |
Compact width, regular height |
Regular width, compact height |
|
iPhone 15 |
Compact width, regular height |
Compact width, compact height |
|
iPhone 14 Pro Max |
Compact width, regular height |
Regular width, compact height |
|
iPhone 14 Pro |
Compact width, regular height |
Compact width, compact height |
|
iPhone 14 Plus |
Compact width, regular height |
Regular width, compact height |
|
iPhone 14 |
Compact width, regular height |
Compact width, compact height |
|
iPhone 13 Pro Max |
Compact width, regular height |
Regular width, compact height |
|
iPhone 13 Pro |
Compact width, regular height |
Compact width, compact height |
|
iPhone 13 |
Compact width, regular height |
Compact width, compact height |
|
iPhone 13 mini |
Compact width, regular height |
Compact width, compact height |
|
iPhone 12 Pro Max |
Compact width, regular height |
Regular width, compact height |
|
iPhone 12 Pro |
Compact width, regular height |
Compact width, compact height |
|
iPhone 12 |
Compact width, regular height |
Compact width, compact height |
|
iPhone 12 mini |
Compact width, regular height |
Compact width, compact height |
|
iPhone 11 Pro Max |
Compact width, regular height |
Regular width, compact height |
|
iPhone 11 Pro |
Compact width, regular height |
Compact width, compact height |
|
iPhone 11 |
Compact width, regular height |
Regular width, compact height |
|
iPhone XS Max |
Compact width, regular height |
Regular width, compact height |
|
iPhone XS |
Compact width, regular height |
Compact width, compact height |
|
iPhone XR |
Compact width, regular height |
Regular width, compact height |
|
iPhone X |
Compact width, regular height |
Compact width, compact height |
|
iPhone 8 Plus |
Compact width, regular height |
Regular width, compact height |
|
iPhone 8 |
Compact width, regular height |
Compact width, compact height |
|
iPhone 7 Plus |
Compact width, regular height |
Regular width, compact height |
|
iPhone 7 |
Compact width, regular height |
Compact width, compact height |
|
iPhone 6s Plus |
Compact width, regular height |
Regular width, compact height |
|
iPhone 6s |
Compact width, regular height |
Compact width, compact height |
|
iPhone SE |
Compact width, regular height |
Compact width, compact height |
|
iPod touch 5th generation and later |
Compact width, regular height |
Compact width, compact height |
2/3 split view
1/2 split view
1/3 split view
|
Device |
Mode |
Portrait orientation |
Landscape orientation |
|---|---|---|---|
|
12.9” iPad Pro |
2/3 split view |
Compact width, regular height |
Regular width, regular height |
|
1/2 split view |
N/A |
Regular width, regular height |
|
|
1/3 split view |
Compact width, regular height |
Compact width, regular height |
|
|
11” iPad Pro |
2/3 split view |
Compact width, regular height |
Regular width, regular height |
|
1/2 split view |
N/A |
Compact width, regular height |
|
|
1/3 split view |
Compact width, regular height |
Compact width, regular height |
|
|
10.5” iPad Pro |
2/3 split view |
Compact width, regular height |
Regular width, regular height |
|
1/2 split view |
N/A |
Compact width, regular height |
|
|
1/3 split view |
Compact width, regular height |
Compact width, regular height |
|
|
9.7” iPad |
2/3 split view |
Compact width, regular height |
Regular width, regular height |
|
1/2 split view |
N/A |
Compact width, regular height |
|
|
1/3 split view |
Compact width, regular height |
Compact width, regular height |
|
|
7.9” iPad mini 4 |
2/3 split view |
Compact width, regular height |
Regular width, regular height |
|
1/2 split view |
N/A |
Compact width, regular height |
|
|
1/3 split view |
Compact width, regular height |
Compact width, regular height |
对于iPad设备,无论是哪个型号,在纵向和横向方向上尺寸类别都保持一致。尺寸类别均为“常规宽度,常规高度”。
对于iPhone设备,尺寸类别根据型号和方向而异。在纵向方向上,所有iPhone型号的宽度都是紧凑的,高度都是常规的。然而,在横向方向上,尺寸类别有所不同。一些iPhone型号在横向方向上具有紧凑的宽度和紧凑的高度,而其他一些具有常规宽度和紧凑高度。
针对紧凑高度的设备尺寸类别,您可以考虑以下一些特殊处理来优化您的应用程序:
内容调整: 在紧凑高度的屏幕上,由于可视空间较小,您可能需要调整文本、图片等内容的大小,以确保其在较小的屏幕上能够清晰可见且不会显得拥挤。
布局简化: 考虑简化界面布局,特别是在紧凑高度的情况下,避免使用过多的复杂布局或大量的内容,以保持界面的简洁和清晰度。
隐藏不必要的元素: 根据屏幕空间的限制,您可以考虑根据尺寸类别隐藏一些不必要或次要的界面元素,以确保用户在紧凑高度的设备上获得更好的体验。
使用滚动视图: 如果您的应用中包含大量内容,可以考虑将部分内容放置在滚动视图中,以便用户可以在有限的空间内滚动查看更多内容。
测试和调整: 最重要的是,确保在紧凑高度的设备上进行充分的测试,并根据测试结果对界面布局和元素大小进行调整,以确保用户体验良好。
Apple设备屏幕尺寸和方向的更多相关文章
- ios设备屏幕尺寸与分辨率
iOS 设备的屏幕尺寸.分辨率及其屏幕边长比例详细情况是怎样的? 根据屏幕尺寸和分辨率,ios现在数起来有6个版本.一,3GS:二,4s为代表:三,iphone5:四,ipad2为代表:五,ipad4 ...
- IOS 判断设备屏幕尺寸、分辨率
根据屏幕尺寸和分辨率,ios现在数起来有6个版本. iOS 设备现有的分辨率如下: iPhone/iPod Touch 普通屏 320像素 x 480像素 iPhone .3G.3GS,iPod To ...
- iOS设备 屏幕尺寸、操作系统、摄像头像素、发行时间 汇总
设备 硬件尺寸 软件尺寸 精密程度 操作系统 摄像头像素 发行时间 iPhone 4s 640 x 960 320 x 480 2x iOS 5 800万 2011.10.04 iPhone 5 64 ...
- iPhone:4.7 5.5 4 3.5 对应的各个设备屏幕尺寸对应的像素及App上线信息
Shared App Information You can access these properties from the App Details page in the App Informat ...
- iPhone屏幕尺寸、分辨率及适配
转:http://blog.csdn.net/phunxm/article/details/42174937 目录(?)[+] 1.iPhone尺寸规格 设备 iPhone 宽 Width 高 H ...
- 【转】iPhone屏幕尺寸、分辨率及适配
原文网址:http://blog.csdn.net/phunxm/article/details/42174937 1.iPhone尺寸规格 设备 iPhone 宽 Width 高 Height 对角 ...
- iPhone手机的屏幕尺寸、分辨率及适配
1.iPhone尺寸规格 设备 iPhone 宽 Width 高 Height 对角线 Diagonal 逻辑分辨率(point) Scale Factor 设备分辨率(pixel) PPI 3GS ...
- 【转载】iPhone屏幕尺寸、分辨率及适配
iPhone屏幕尺寸.分辨率及适配 转载http://m.blog.csdn.net/article/details?id=42174937 1.iPhone尺寸规格 iPhone 整机宽度Width ...
- 适配iPhoneX、iPhoneXs、iPhoneXs Max、iPhoneXr 屏幕尺寸及安全区域
此篇文章是对上一篇文章(http://www.ifiero.com/index.php/archives/611)的进一步补充,主要说明如何适配Apple的最新三款手机iPhoneXs.iPhoneX ...
- ios各个型号设备屏幕分辨率总结
https://blog.csdn.net/amyloverice/article/details/79389357 iPhone: iPhone 1G 320x480 iPhone 3G 3 ...
随机推荐
- [转帖]Jmeter学习笔记(十一)——定时器
https://www.cnblogs.com/pachongshangdexuebi/p/11571524.html 默认情况下,Jmeter线程在发送请求之间没有间歇.不设置定时器,短时间内会产生 ...
- 【转帖】dl.google.com的国内镜像源
dl.google.com不能访问 1.通过https://ping.chinaz.com/解析出dl.google.com的国内代理 2.C:\Windows\System32\drivers\et ...
- CPU算力提升与实际性能提升的关系
关于SPEC2006CPU和RedisBenchmark的理解 最近研究过硬件CPU的性能和Redis这样单线程重IO服务 突然想对比一下CPU算力提升占Redis性能提升的比率情况 性能很大程度由C ...
- [转帖]36.堆空间的参数设置和-XX:HandlePromotionFailure
目录 1.堆空间参数 2.-XX:HandlePromotionFailure 1.堆空间参数 * -XX:+PrintFlagsInitial : 查看所有的参数的默认初始值 * -XX:+Prin ...
- [转帖]记录几个常用linux命令的使用方法——find、grep、file、which、whereis和压缩命令gzip、bzip2、tar
一.命令1: find.grep.file.which.whereis 1.find 目的:查找符合条件的文件 1)在哪些目录中查找 2)查找的内容 格式: find 目录名 选项 查找条件 举例: ...
- 在Unity中使用SQLite保存配置表数据(For Lua)
在Lua中使用sqlite Lua版本Sqlite文档:http://lua.sqlite.org/index.cgi/doc/tip/doc/lsqlite3.wiki sqlite官网:https ...
- 深度学习应用篇-计算机视觉-语义分割综述[6]:DeepLab系列简介、DeepLabV3深入解读创新点、训练策略、主要贡献
深度学习应用篇-计算机视觉-语义分割综述[6]:DeepLab系列简介.DeepLabV3深入解读创新点.训练策略.主要贡献 0.DeepLabV3深入解读 1.DeepLab系列简介 1.1.Dee ...
- Flask 框架:实现简单API测试接口
通过使用Python中Flask框架实现一个简单的API接口程序,用户可发送JSON格式的请求,服务器响应请求,并以JSON格式将数据返回给用户,此处代码是一个模板可以测试接口时使用. Flask代码 ...
- Unity框架中的核心类
组件:Component 在Unity中,所有的游戏对象都可以挂载组件.组件控制着游戏对象的行为和外观,例如渲染.动画.碰撞检测等. 而Component就是组件的基类,提供了一些通用的方法和属性,例 ...
- 【奶奶看了都会】2分钟学会制作最近特火的ikun幻术图
1.效果展示 最近ikun幻术图特别火啊,在网上能找到各种各样的ikun姿势图片,这些图片都是AI绘制的,能和风景完美融合在一起,今天小卷就来教大家怎么做这种图片 先看看图片效果 B站视频链接: 仿佛 ...