views:

914

answers:

1

I've seen the setContentOffset:animated: method. Is that going to scroll to a specific position, or what does that "offset" mean?

+2  A: 

Yes. From the Apple documentation:

setContentOffset:animated: Sets the offset from the content view’s origin that corresponds to the receiver’s origin.

Roger Nolan