0

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 IS_ZOOMED_IPHONE_6_PLUS (IS_IPHONE && [[UIScreen mainScreen] bounds].size.height == 667.0 && IS_OS_8_OR_LATER && [UIScreen mainScreen].nativeScale < [UIScreen mainScreen].scale) and [UIScreen mainScreen].nativeScale is 2.88 in Zoomed mode and 2.6 in standard condition.

Can anyone help me out?

Rokky
  • 79
  • 7

0 Answers0