iPhone SDK Auto scrolling UIWebView to a specific position
- by lnetanel
Hi,
I Have a UIWebView that displays third party web page (not a page I can control)
I need a way to scroll the content of the web view to a specific position in that page.
Any idea how to implement it?
Thanks.