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
Try changing the "Distribution" property in the Attributes inspector of the stack view to Equal spacing. It should work.
Or you can change it to fill equally to fill the remaining 3 views equally in the Stack view .