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)?