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
Post a Comment