setContentOffset:与setContentOffset:animate:方法异同点
使用animated参数 会触发
scrollViewDidScroll: 和
scrollViewDidEndScrollingAnimation:
不使用animated参数,只可以回调scrollViewDidScroll:
有时候会遇到 setContentOffset:与setContentOffset:animate 这两个方法调用都不起作用时;
慎用 [tableView layoutIfNeeded] 来强制刷新布局;这个方法不要对tableView轻易使用;setContentOffset 不起作用很有可能是tableView/ scrollView的scrollEnable被设置了NO导致的











网友评论