[_contentTableViewsetContentOffset:CGPointMake(0,0)animated:NO];
不能用
_contentTableView.contentOffset = CGPointMake(0, 0);
所以停止正在運(yùn)行的動(dòng)畫(huà)/減速就這么簡(jiǎn)單的解決方案:
[scrollView?setContentOffset:scrollView.contentOffset?animated:NO];
[_contentTableViewsetContentOffset:CGPointMake(0,0)animated:NO];
不能用
_contentTableView.contentOffset = CGPointMake(0, 0);
所以停止正在運(yùn)行的動(dòng)畫(huà)/減速就這么簡(jiǎn)單的解決方案:
[scrollView?setContentOffset:scrollView.contentOffset?animated:NO];