Nested UIStackViews Broken Constraints
This is a known problem with hiding nested stack views. There are essentially 3 solutions to this problem: Change the spacing to 0, but then you’ll need to remember the previous spacing value. Call innerStackView.removeFromSuperview(), but then you’ll need to remember where to insert the stack view. Wrap the stack view in a UIView with … Read more