Optimized for iPhone 6+, but Autolayout does not resize for iPhone 5, 6

Hi All,


I created an app that is optimized for iPhone 6+ and used autolayout to work for other sizes. When clicking the different iphone sizes within the storyboard of xCode, the buttons are layout correctly (from the assigned constraints) and looks great. However, when launching the app after downloading it from the app store with an iPhone 5 or 6, my buttons are cropped. It appears to be sized for an iPhone 6+, even though I am using Autolayout.


Also, when I select the iPhone 6 size class from the storyboard of xCode, then download/run the code on iPhone 6, the layout configures correctly for the size.


Any clues as to why autolayout does not enable for the deployed version for iPhone 5 and 6? Did I forget to set or configure something?


Thanks,


RoboChow

Not all variants are under a sizing button in SB. Most do you what you did, in code.

Optimized for iPhone 6+, but Autolayout does not resize for iPhone 5, 6
 
 
Q