views:

97

answers:

1

hi,

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

+2  A: 

[scrollView setContentOffset: whereINeedToScrollTo animated: YES];

Graham Lee