OAStackView icon indicating copy to clipboard operation
OAStackView copied to clipboard

Constraints added to Stack View are not working properly.

Open Darthpwner opened this issue 10 years ago • 1 comments

Constraints added to Stack View are not working properly.

Darthpwner avatar Feb 27 '16 05:02 Darthpwner

This only happens if you add the subviews in the wrong order, and they have constraints (in my case in a storyboard). This is user error in my view. I solved my problem by ensuring the stack views were added by the storyboard in the order they should be displayed (if visible).

krider2010 avatar May 07 '16 18:05 krider2010