使用如下代码解决屏幕跳动
[UIView performWithoutAnimation:^{
NSIndexSet *reloadSet = [NSIndexSet indexSetWithIndex:1];
[self.workTable reloadSections:reloadSet withRowAnimation:UITableViewRowAnimationNone];
}];
使用如下代码解决屏幕跳动
[UIView performWithoutAnimation:^{
NSIndexSet *reloadSet = [NSIndexSet indexSetWithIndex:1];
[self.workTable reloadSections:reloadSet withRowAnimation:UITableViewRowAnimationNone];
}];
本文标题:UITableView列表reloadSections等刷新数据
本文链接:https://www.haomeiwen.com/subject/kaxupftx.html
网友评论