Apple has introduced three new iPhone X models: the iPhone XR, XS, and XS Max. What are their size classes, and how do these compare to other iPhone models?
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- Get the NSRange for the visible text after scroll
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
- didBeginContact:(SKPhysicsContact *)contact not in
- Attempt to present UIAlertController on View Contr
I'll give three pieces of information for each model: the size classes when in portrait, the size classes when in landscape, and the screen resolution.
The good old-fashioned standard is something like the iPhone 6s:
The three models with Plus in their name, however, when in landscape, are
regular, compact
instead ofcompact, compact
. In effect, an app that runs on these models finds its environment turning from an iPhone to something more like an iPad when the app rotates. They are also triple-resolution. For example:Very well. How do the iPhone X models fit into this pattern?
So, the XR and the XS Max are like the Plus models as far as size classes are concerned. The XR is the odd man out in that it is only double-resolution.
EDIT And now the iPhone 11 models:
Finally, for completeness, the iPads. They are all
But of course with iPad multitasking, an iPad window can take on the size class characteristics of an iPhone.
There are no current single-resolution iPhones or iPads, and there are no triple-resolution iPads.