There is an unwanted space below my last container ("Container View 5") that I can't seem to get rid of. All 5 of my container views are within a vertical stack view. The bottom space of the stack view is set to the superview and should have no space. Any idea what I am missing?
[![enter image description here][1]][1]
It turns out it was not the stack or containers but the constraints on a separate view itself that I embedded in the last container. The constraints on the containers and stack work great.