iphone - How can i scroll in a UIScrollView to a certain point? -


how can scroll point (x,y) in scroll view in animated way (i.e. (x,y) in 1 second ) ?

you use scrollrecttovisible:animated: method, passing rectangle want visible after scrolling has been completed.

you can read more on in official documentation.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -