-
Notifications
You must be signed in to change notification settings - Fork 1.4k
iOS 设备信息记录
MoLice edited this page Oct 19, 2021
·
5 revisions
后续不再更新,请通过 https://www.screensizes.app/ 查看。
- 本文档用于 Apple 发布新设备时更新代码参考用。
-
/
后面的值为开启了放大模式后的值。 -
is Notched Screen
对应QMUIHelper.isNotchedScreen
。 -
is Regular Screen
对应QMUIHelper.isRegularScreen
。 -
SafeAreaInsets
对应QMUIHelper.safeAreaInsetsForDeviceWithNotch
。
Device Name | Device Model | Screen Inch | Screen Size | Native Screen Size | Screen Scale | Native Screen Scale | is Notched Screen | is Regular Screen | SafeAreaInsets |
---|---|---|---|---|---|---|---|---|---|
iPhone 13 mini | iPhone14,4 | 5.4-inch | (375, 812)/ (320, 693) |
(1125, 2436) | 3.00 | 2.88/3.38 | YES | NO | (50, 0, 34, 0)/ (43, 0, 29, 0) |
iPhone 13 | iPhone14,5 | 6.1-inch | (390, 844)/ (320, 693) |
(1170, 2532) | 3.00 | 3.00/3.66 | YES | NO | (47, 0, 34, 0)/ (39, 0, 28, 0) |
iPhone 13 Pro | iPhone14,2 | 6.1-inch | (390, 844)/ (320, 693) |
(1170, 2532) | 3.00 | 3.00/3.66 | YES | NO | (47, 0, 34, 0)/ (39, 0, 28, 0) |
iPhone 13 Pro Max | iPhone14,3 | 6.7-inch | (428, 926)/ (375, 812) |
(1284, 2778) | 3.00 | 3.00/3.42 | YES | YES | (47, 0, 34, 0)/ (41, 0, 29.67, 0) |
iPhone 12 mini | iPhone13,1 | 5.4-inch | (375, 812)/ (320, 693) |
(1125, 2436) | 3.00 | 3.00/3.52 | YES | NO | (50, 0, 34, 0)/ (43, 0, 29, 0) |
iPhone 12 | iPhone13,2 | 6.1-inch | (390, 844)/ (320, 693) |
(1170, 2532) | 3.00 | 3.00/3.66 | YES | NO | (47, 0, 34, 0)/ (39, 0, 28, 0) |
iPhone 12 Pro | iPhone13,3 | 6.1-inch | (390, 844)/ (320, 693) |
(1170, 2532) | 3.00 | 3.00/3.66 | YES | NO | (47, 0, 34, 0)/ (39, 0, 28, 0) |
iPhone 12 Pro Max | iPhone13,4 | 6.7-inch | (428, 926)/ (375, 812) |
(1284, 2778) | 3.00 | 3.00/3.42 | YES | YES | (47, 0, 34, 0)/ (41, 0, 29.67, 0) |