UIScrollView代理方法

手拖拽后会调用

- (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView

[scrollView setContentOffset:CGPointMake(200, 10) animated:YES];后会调用

- (void)scrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView
原文地址:https://www.cnblogs.com/yintingting/p/4547717.html