UIScrollView setContentOffset: animated:YES 偶尔卡顿解决方案

Posted tufei7

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UIScrollView setContentOffset: animated:YES 偶尔卡顿解决方案相关的知识,希望对你有一定的参考价值。

-(void)setBgContentOffsetAnimation:(CGFloat )OffsetX {
    [UIView animateWithDuration:.25 animations:^ {
        self.mainScrollView.contentOffset = CGPointMake(OffsetX, 0);
    }];
}

 

以上是关于UIScrollView setContentOffset: animated:YES 偶尔卡顿解决方案的主要内容,如果未能解决你的问题,请参考以下文章

UIScrollView里面的UIScrollView:滚动

问题:UIScrollview 弹跳使父 UIScrollview 弹跳

UIScrollView 嵌入其他 UIScrollView

分页 UIScrollView 内的 UIScrollView

UIScrollView

UIscrollView