iOS how to stop a scrolling scrollView
- (void)killScroll { CGPoint offset = scrollView.contentOffset; offset.y -= 1.0; [scrollView setContentOffset:offset animated:NO]; }
Stay hungry,stay foolish.
- (void)killScroll { CGPoint offset = scrollView.contentOffset; offset.y -= 1.0; [scrollView setContentOffset:offset animated:NO]; }