Reputation: 4595
I want an idea to scroll a UIScrollView without user inputs. how to do that ?
Upvotes: 0
Views: 372
Reputation:
[scrollView setContentOffset: whereINeedToScrollTo animated: YES];
Upvotes: 3