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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

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

jQuery Ajax Render Fragments OR Whole Page -