OC [scrollView setContentOffset:CGPointMake(x, y) animated:YES]; Swift scrollView.contentOffset = CGPoint(x: x, y: y)
OC
Swift