I have had to change a UIScrollView into a UIWebView due to formatting reasons.
UIScrollView
UIWebView
There is a problem though that I need to be able to get the
Use JavaScript.
I think that the next line should do the magic:
[webView stringByEvaluatingJavaScriptFromString:@"window.scroll(0,0)"];