- (void)killScroll { CGPoint offset = scrollView.contentOffset; offset.y -= 1.0; [scrollView setContentOffset:offset animated:NO]; }
- (void)killScroll { CGPoint offset = scrollView.contentOffset; offset.y -= 1.0; [scrollView setContentOffset:offset animated:NO]; }
转载于:https://www.cnblogs.com/ficow/p/5794145.html