//解决reload 跳动,可以添加下面的代码
self.tableView.estimatedRowHeight = 0;
self.tableView.estimatedSectionHeaderHeight = 0;
self.tableView.estimatedSectionFooterHeight = 0;
//解决reload 跳动,可以添加下面的代码
self.tableView.estimatedRowHeight = 0;
self.tableView.estimatedSectionHeaderHeight = 0;
self.tableView.estimatedSectionFooterHeight = 0;
本文标题:UITableView reload 跳动
本文链接:https://www.haomeiwen.com/subject/emeqoqtx.html
网友评论