Search code examples
iphoneiphone-sdk-3.0uiscrollview

scrolling a UIScrollView Programmatically


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


Solution

  • [scrollView setContentOffset: whereINeedToScrollTo animated: YES];