nsomar / OAStackView

Porting UIStackView to iOS 7+
MIT License
2.14k stars 200 forks source link

Constraints added to Stack View are not working properly. #84

Open Darthpwner opened 8 years ago

Darthpwner commented 8 years ago

Constraints added to Stack View are not working properly.

krider2010 commented 8 years ago

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