let bottomOffset = CGPoint(x: 0, y: scrollView.contentSize.height - scrollView.bounds.size.height) //OR //let bottomOffset = CGPoint(x: 0, y: scrollView.frame.maxY) scrollView.setContentOffset(bottomOffset, animated: true)