解决方法:
//设置预估高度(防止刷新页面时 即使设置UITableViewRowAnimationNone也会跳动的问题)
_baseTableView.estimatedRowHeight = 0;
_baseTableView.estimatedSectionHeaderHeight = 0;
_baseTableView.estimatedSectionFooterHeight = 0;
解决方法:
//设置预估高度(防止刷新页面时 即使设置UITableViewRowAnimationNone也会跳动的问题)
_baseTableView.estimatedRowHeight = 0;
_baseTableView.estimatedSectionHeaderHeight = 0;
_baseTableView.estimatedSectionFooterHeight = 0;
本文标题:TableView设置UITableViewRowAnimati
本文链接:https://www.haomeiwen.com/subject/cmlrtctx.html
网友评论