I have a UIScrollView which has several views. When a user flicks their finger, the view scrolls to the right or left depending on the direction of the finger f
UIScrollView
Swift 3
let point = CGPoint(x: 0, y: 200) // 200 or any value you like. scrollView.contentOffset = point