Using xcode 5.1.1 with ios 7.1 to build a iPhone only app.
When running this app on any non-retina device (ipad mini, simulator, ipad 2), [UIScreen mainScreen].scale always returns 2 leaving me with no way to detect if I'm on a retina screen.
This is contrary to all the other posts on checking for retina (Detect Retina Display)
Does anyone have an alternative method besides checking against a list of hard coded devices?