Doubt Stack View

0

I have grouped several buttons inside a Stack View. Once the restrictions are applied, it looks perfect on an iPhone SE, but when you switch to a higher screen like an iPhone 7 Plus or higher, the entire Stack View flattens out on top.

I tried to add a Size Class to modify the height measurement (from 44 to 50) only in the iPhone 7 Plus view but it does not work.

How can I modify the height of the Stack View in a personalized way for each screen size (always in Portrait)?

Thanks.

    
asked by David 01.02.2017 в 20:08
source

1 answer

1

I have no idea how you have the constraints, I guess you have them in the stackView. If so, you could try putting the height and width constraints on the buttons and changing those in the stackView. In this way:

    
answered by 01.02.2017 / 21:09
source