thndrkiss
thndrkiss

Reputation: 4595

scrolling a UIScrollView Programmatically

I want an idea to scroll a UIScrollView without user inputs. how to do that ?

Upvotes: 0

Views: 372

Answers (1)

user23743
user23743

Reputation:

[scrollView setContentOffset: whereINeedToScrollTo animated: YES];

Upvotes: 3

Related Questions