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

 

相关文章:

  • 2021-12-29
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-06
  • 2021-07-02
  • 2021-05-26
  • 2022-01-12
  • 2021-05-21
  • 2021-09-15
相关资源
相似解决方案