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】Jmeter压力测试工具安装及使用教程(redis测试)
摘自:https://www.cnblogs.com/monjeo/p/9330464.html 一.Jmeter下载 进入官网:http://jmeter.apache.org/ 1.第一步进入官网 ...
- [转帖]360孵化奇安信科创板上市,IPO前清空股权赚37亿元分手费
https://baijiahao.baidu.com/s?id=1666485645739027654&wfr=spider&for=pc 来源:IPO头条 来源:IPO头条原创 ...
- [转帖]APIServer dry-run and kubectl diff
https://kubernetes.io/blog/2019/01/14/apiserver-dry-run-and-kubectl-diff/ Monday, January 14, 2019 A ...
- 全球 IPv4 耗尽,下个月开始收费!
哈喽大家好,我是咸鱼 IPv4(Internet Protocol version 4)是互联网上使用最广泛的网络层协议之一,于1981年在 RFC 791 中发布,它定义了 32 位的IP地址结构和 ...
- 从一次CPU打满到ReDos攻击和防范
作者:京东物流 刘海茂 近期碰到一起值班报警事件,web 应用服务器 CPU 消耗打到 99%,排查后发现是因为 ReDoS 导致了服务器发生了资源被耗尽.访问系统缓慢的问题,通过排查过程从而分享下 ...
- NOI Linux 下 Geany 配置教程
没有括号补全? 现在有自动括号补全了! 红色的 a.cpp 的意思是 a.cpp 没有保存. 现在来设置编译运行的快捷键. 不难推测 "%e" 是可执行文件的意思,"%f ...
- 让你彻底理解TypeScript中的readonly
1.readonly的讲解 readonly修饰符,首先是一个关键字 对类中的属性成员进行修饰修饰之后,该属性成员就不能修改了.只能够进行访问 在构造函数中是可以对只读属性(readonly)进行修改 ...
- 几种方法验证unity是否为development build
我在月初接入了uwa的性能测试SDK,需要提交一个development build的游戏安装包给uwa进行真人真机测试,本文说下如何判断安装包是否为development build. 直观上判断 ...
- C++ STL 标准模板库(排序/集合/适配器)算法
C++ 标准模板库STL,是一个使用模板技术实现的通用程序库,该库由容器container,算法algorithm,迭代器iterator,容器和算法之间通过迭代器进行无缝连接,其中所包含的数据结构都 ...
- MySQL 索引与性能调优
索引用于快速找出在某个列中有一特定值的行,如果不使用索引MySQL必须从第l条记录开始读完整个表,直到找出相关的行.表越大,查询数据所花费的时间越多,如果表中查询的列有一个索引,MySQL能快速到达某 ...