How can I detect whether a user has an iPhone 6 Plus in standard or zoomed mode? Is this possible?
I've tried [UIScreen mainScreen].scale
and it reports 3.0
in both cases.
There's a new member
[[UIScreen mainScreen] nativeScale]
which should do what you want. It's only available on iOS 8, so you'll need to guard it
[UIScreen mainScreen].currentMode
reports:
<UIScreenMode: 0x17802f240; size = 1242.000000 x 2208.000000> // STANDARD <UIScreenMode: 0x178226be0; size = 1125.000000 x 2001.000000> // ZOOMED
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With