1、scrollview滚动到固定偏移量contenOffset

- (void)setContentOffset:(CGPoint)contentOffset animated:(BOOL)animated;

 

2、scrollview滚动了可视区域rect

- (void)scrollRectToVisible:(CGRect)rect animated:(BOOL)animated;

 

相关文章:

  • 2022-01-18
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-07-16
猜你喜欢
  • 2021-12-24
  • 2021-11-28
  • 2022-12-23
  • 2021-07-03
  • 2021-10-26
相关资源
相似解决方案