iOS11 上拉刷新后没有动画出现,直接瞬间出来没有停顿
_tableView.estimatedRowHeight = 0;
加上后就好了
顶部留白
_tableView.sectionHeaderHeight = 0.01;
_tableView.sectionFooterHeight = 0.01;
_tableView.estimatedRowHeight = 0;
加上后就好了
顶部留白
_tableView.sectionHeaderHeight = 0.01;
_tableView.sectionFooterHeight = 0.01;