I am absolutely unable to resize my UIWebView
.
My UIWebView
is declared in .h and in connected in IB. The height in IB is 110. But the height of my text is about 1500. Now I'd like to change the height so the full text is readable without scrolling.
What code does resize my UIWebView
in webViewDidFinishLoad
? Can't find ANYTHING that works.