I have a UIWebView with different (single page) content. I'd like to find out the CGSize of the content to resize my parent views appropriately. The obvious -sizeThatFits: unfortunately just returns the current frame size of the webView.
| |||||
feedback
|
|
It turned out that my first guess using Of course, we have to wait until the content has been loaded, so we put the code into the
I should point out there's another approach (thanks @GregInYEG) using JavaScript. Not sure which solution performs better. Of two hacky solutions I like this one better. | |||||||||||||
feedback
|
|
AFAIK you can use | |||
|
feedback
|