-(void)setBgContentOffsetAnimation:(CGFloat )OffsetX { [UIView animateWithDuration:.25 animations:^ { self.mainScrollView.contentOffset = CGPointMake(OffsetX, 0); }]; }
原文地址:https://www.cnblogs.com/tufei7/p/10861013.html
时间: 2024-10-31 20:08:16
-(void)setBgContentOffsetAnimation:(CGFloat )OffsetX { [UIView animateWithDuration:.25 animations:^ { self.mainScrollView.contentOffset = CGPointMake(OffsetX, 0); }]; }
原文地址:https://www.cnblogs.com/tufei7/p/10861013.html