How do I scroll to a position programmatically in UIScrollView May 14, 2023 by Tarik Use the following code: scrollView.contentOffset = CGPoint(x: 0, y: 0)