horizontal scrollview scroll to position swift code example
Example: how to manually scroll scrollview objective C
[scrollView setContentOffset:CGPointMake(x, y) animated:YES];
[scrollView setContentOffset:CGPointMake(x, y) animated:YES];