An ImageView is at the top of my UIStackView. Every time that I programmatically change the height of the ImageView, the rest of the stack view doesn't shift up or down. It stays in the same place.
To change the height of the imageview, I'm using
imageView.frame.size.height = 100
How can I cause the rest of the stackview to 'refresh'?