I\'ve seen the setContentOffset:animated: method. Is that going to scroll to a specific position, or what does that \"offset\" mean?
You can control the animation using
[UIView animateWithDuration:1.2 animations:^{_scrollView.contentOffset = CGPointMake(X, Y);}];