/ Published in: Objective C
This line of code animate the UIScrollView to a certain page perfectly
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
[scrollView setContentOffset:CGPointMake(xOffset, 0) animated:YES];