What setting determines whether an app gets scaled for iPhone 6 and 6plus?
So when I run my project on the simulator for iPhone 6, with a deployment target of 7.1 I'm expecting everything to Scale automatically for the larger screen size. But this is not happening. My UILabel which was previously horizontally in the center of a 320px wide storyboard screen, with a leading space constraint to the parent view, now shows up in the simulator with exactly that space constraint, instead of it being scaled. So it shows up off center, because the iPhone6 is wider. What setting determines whether the app get's scaled for iPhone 6 and iPhone 6+ ??? Paul G. Ok, I found it: What