Change the speed of setContentOffset:animated:? May 24, 2023 by Tarik [UIView animateWithDuration:2.0 animations:^{ scrollView.contentOffset = CGPointMake(x, y); }]; It works.