I currently have a UIScrollView with multiple UIView inside. And inside each UIView I want to put a UIWebView. The height of each UIWebView is set dynamically depending on the content. How could I do now to set the height of each UIView depending on the size of UIWebView ?
Thanks
Try something along the lines of: