I have a TableView and in one of it’s cells I have a StackView with a WKWebView inside of it. I am trying to re-size the WKWebView dynamically, and it works as it should when the view’s height needs to be bigger than the previous height, but if I need to reduce the height, it […]