Detect scrolls of UIWebView
I'm trying to duplicate, to some extent, the functionality in MobileSafari where as the user scrolls the page they are viewing, the title/address bar also scrolls up with it. The easiest method I can think of doing this would be to move the addressbar any time the uiwebview is scrolled but there doesn't seem to be a delegate method to handle scrolling of the webview (and even more odd, uiwebview doesn't seem to inherit from uiscrollview) .. Does anyone have any good methods of detecting when the user is scrolling a webview or if you have a better way of doing this, that would be great as well. THANKS!
Steve.
|