Linked Questions
11 questions linked to/from How can I detect whether a user has an iPhone 6 Plus in standard or zoomed mode?
12 votes
2 answers
7k views
How to detect iPhone 6 & 6 Plus View Mode Programmatically [duplicate]
Is there any way to identify View Mode( In setting > Display & Brightness ) programmatically ? Many apps design are behaving differently in Standard Mode and Zoomed Mode. Please refer image : ...
8 votes
2 answers
4k views
Knowing if "Display Zoom" is on [duplicate]
Is there a way to know if a user is using the iPhone 6/iPhone 6 Plus "Display Zoom" feature? I'm talking about this feature.
4 votes
0 answers
1k views
How can I detect when display zoom is changed? [duplicate]
I can't find how can I detect in code when display zoom is changed from the device Settings: Because when the Display Zoom is Standard, all the AutoLayout works perfectly and when is Zoomedall the ...
0 votes
0 answers
572 views
How to detect Display zoom programmatically? [duplicate]
I can't find how can I detect in code when the display zoom is changed from the device Settings: Is there any way to detect the Display Zoom for all iPhone devices, which all are devices supporting ...
0 votes
1 answer
228 views
viewWillTransitionToSize returns wrong size for iPhone 12 pro max [duplicate]
Today, I found a bug. viewWillTransitionToSize method in ViewController returns wrong size for iPhone 12 pro max device. But for simulator, the size is correct. How to I fix it? Any idea? - (void)...
377 votes
31 answers
199k views
Determine device (iPhone, iPod Touch) with iOS
Is there a way to determine the device running an application. I want to distinguish between iPhone and iPod Touch, if possible.
50 votes
2 answers
20k views
What is the difference between -nativeScale and -scale on UIScreen in iOS8+?
In sample logs posted in this question, the results are identical. Does anyone know if there is meant to be a logical difference between the two? Even Apple's description is confusing. Here is the ...
14 votes
1 answer
5k views
swift 3 check if iphone 6/7 and 6/7plus display is in standard or zoomed mode
I wonder how I can check if the user has the display set to zoomed mode. I have tried this: public var isZoomed: Bool { return UIScreen.main().scale < UIScreen.main().nativeScale } And also: ...
4 votes
1 answer
4k views
SwiftUI: Detect Display Zoom is on?
This question has been asked before but none of the solutions work. I can't believe that in SwiftUI, similar to @Environment(\.sizeCategory) var sizeCategory there isn't a similar environment ...
2 votes
1 answer
773 views
Is it possible to detect if an application or an application extension is running in 'zoomed' mode?
As a follow up question to this one, I'm wondering if you're able to detect (in an iOS app or application extension) if the app has not been updated for the new screen sizes and is running in 'zoomed' ...
0 votes
0 answers
43 views
How to determine in iphone6+ device display mode is Zoomed or Standard [duplicate]
Is it possible to check whether display mode of iPhone 6+ is Zoomed or Standard. I have googled and found some macros but they are not working.I have used this macro. #define ...