Is there a way to automatically change an element (e.g. WebView) when a hidden element (UIImageView) is hidden?
I have a regular UIView with a WebView in it showing HTML, but in some cases there is a need for an image above this. Therefore, I put the image over the WebView, but I would like the web view to also occupy the ImageView space when it is not, otherwise there is a white panel.
Another option is to place it over Webview, but I donβt think that in any case, the text will flow around the image.
Anyone have suggestions for neat solutions? Thanks for the million!
source share