So, I have a UIStackView that contains four (4) UIViews. If I remove one (1) of those UIViews, the other three (3) will fill the entir
UIStackView
UIView
Remove the constraint on the stack view's bottom edge. Then it will resize to just fit the visible controls.