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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -