使用tableview estimatedRowHeight 自适应高速度时刷新跳动解决方案
[UIView performWithoutAnimation:^{
NSIndexSet *reloadSet = [NSIndexSet indexSetWithIndex:1];
[self.workTable reloadSections:reloadSet withRowAnimation:UITableViewRowAnimationNone];
}];
使用tableview estimatedRowHeight 自适应高速度时刷新跳动解决方案
[UIView performWithoutAnimation:^{
NSIndexSet *reloadSet = [NSIndexSet indexSetWithIndex:1];
[self.workTable reloadSections:reloadSet withRowAnimation:UITableViewRowAnimationNone];
}];
本文标题:iOS tableView 刷新跳动
本文链接:https://www.haomeiwen.com/subject/mmpgwqtx.html
网友评论