A trick to get size and apply resize or other effects on your view.
Set your UIWebView delegate and create finishLoad method.
After that, using javascript, get document.height of your view and do what you want.
Continue reading “[Objective-C] Get UIWebView html page size”