You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Constraints added to Stack View are not working properly.
The text was updated successfully, but these errors were encountered: