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 ...
随机推荐
- [转帖]细说Redis监控和告警
https://blog.csdn.net/sD7O95O/article/details/78096956 对于任何应用服务和组件,都需要一套完善可靠谱监控方案.尤其redis这类敏感的纯内存.高并 ...
- [转帖]【JVM】堆内存与栈内存详解
堆和栈的定义 java把内存分成栈内存和堆内存. (1)栈内存 在函数中定义的一些基本类型的变量和对象的引用变量都是在函数的栈内存中分配. 当在一段代码块中定义一个变量时,java就在栈中为这个变量分 ...
- [转帖]TCP/IP RFC
TCP/IP RFC-阿里云开发者社区 TCP/IP 标准是在一系列称为 RFC 的文档中发布的.RFC 是目前仍在发展的描述 TCP/IP 和 Internet 内部工作的一系列报告.协议的提议以及 ...
- MySQL新增数据,修改数据,删除数据
连接本地mysql语句 mysql -hlocalhost -uroot -proot DML-介绍 DML英文全称是:用来对数据库中表的数据记录进行 增 删 改 操作. 增加使用 insert 删除 ...
- (数据科学学习手札157)pandas新增case_when方法
本文示例代码已上传至我的Github仓库https://github.com/CNFeffery/DataScienceStudyNotes 1 简介 大家好我是费老师,pandas在前不久更新的2. ...
- mysql系列基础篇01---通用的语法及分类
通用语法及分类 DDL: 数据定义语言,用来定义数据库对象(数据库.表.字段) DML: 数据操作语言,用来对数据库表中的数据进行增删改 DQL: 数据查询语言,用来查询数据库中表的记录 DCL: 数 ...
- #region在多种编程语言及IDE中进行代码折叠,包括python msvc++ c#等
vs/rider中折叠C#代码 在写C#的时候,在visual studio中可以使用#region和#endregion来进行代码折叠,那么在pycharm中是否可以呢? //这里有很多的代码... ...
- Unity2020或Unity2019安装后无法启动
无法启动Unity 下载国际版的Unity2020,双击Unity.exe无法启动,通过Unity Hub也无法启动 原因 通过查看unity hub的日志发现Unity 启动的时候会检查 lie ...
- SqlSugar基础查询
查所有 List<Student> list=db.Queryable<Student>().ToList() //select * from Student 查询总数 int ...
- 一篇学会软硬链接|快捷方式|操作系统|centos7
前言 那么这里博主先安利一些干货满满的专栏了! 首先是博主的高质量博客的汇总,这个专栏里面的博客,都是博主最最用心写的一部分,干货满满,希望对大家有帮助. 高质量博客汇总https://blog.cs ...