Adaptive Layout issue with portrait mode

I am laying out a storyboard for a new app and running into a problem attempting to size it appropriately using size classes, constraints, etc. What I need to do is align a stack view centered horizontally and vertically ( no problem with this ) but that will resize itself and the button sizes based on the device.

Both the SE and say the 8, they both use a Compressed width and regular height, but the buttons fly off the screen top and bottom on the SE.

I thought adaptive layout would help with this but that only works between landscape and portrait.

Suggestions? I would prefer to not have to code the layout if possible.

@dpalme Do you still have this issue?

Yep, its still an issue - I had moved on to other things but I’ll dig the code back out.

This topic was automatically closed after 166 days. New replies are no longer allowed.