Return to Snippet

Revision: 43676
at March 29, 2011 14:28 by magickaito


Initial Code
[scrollView setContentOffset:CGPointMake(xOffset, 0) animated:YES];

Initial URL


Initial Description
This line of code animate the UIScrollView to a certain page perfectly

Initial Title
animate ScrollView to a certain position

Initial Tags


Initial Language
Objective C