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;
}
本文标题:解决iOS11刷新tableview会出现漂移的问题
本文链接:https://www.haomeiwen.com/subject/uyejvftx.html
网友评论