Quote:
Originally Posted by Steaps
Code:
webView.frame = CGRectMake(webView.frame.origin.x, webView.frame.origin.y, webView.frame.size.width / 2, webView.frame.size.height);
That should do the trick. It might need to be refreshed, not sure, but i don't think so.
|
This is a great thread ... but how can I detect that the UIWebView is not big enough and how big it should be?