pragma mark - UIScrollViewDelegate
-(void)scrollViewWillBeginDecelerating: (UIScrollView *)scrollView{
[scrollView setContentOffset:scrollView.contentOffset animated:NO];
}
-(void)scrollViewWillBeginDecelerating: (UIScrollView *)scrollView{
[scrollView setContentOffset:scrollView.contentOffset animated:NO];
}
本文标题:禁止scrollview惯性滚动
本文链接:https://www.haomeiwen.com/subject/rfztzqtx.html
网友评论