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

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -