解决iOS11刷新tableview会出现漂移的问题
2018-08-02 本文已影响21人
天下只有一个
if(@available(iOS11.0, *)) {
_tableView.estimatedRowHeight = 0;
_tableView.estimatedSectionHeaderHeight = 0;
_tableView.estimatedSectionFooterHeight = 0;
}
if(@available(iOS11.0, *)) {
_tableView.estimatedRowHeight = 0;
_tableView.estimatedSectionHeaderHeight = 0;
_tableView.estimatedSectionFooterHeight = 0;
}