The device’s scale factor is a property of UIScreen. You can obtain it by:
[UIScreen mainScreen].scale;
Documentation here.
The device’s scale factor is a property of UIScreen. You can obtain it by:
[UIScreen mainScreen].scale;
Documentation here.