iphone - Tap navigation bar to scroll to top -


I have a really long UIWebView, and I want to tap UINavigationBar to scroll to the top for the user Adding the method (something like the Facebook app, when you have a slight glare while tapping).

How can I do this?

In iOS5, you can now directly access the UIScrollView to allow you to scroll to the top . [WebView.scroll scrollVectibleViewable: Animated:]

It should take care of whatever you need.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -