[UIView performWithoutAnimation:^{
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:0];
[self.tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
}];
[UIView performWithoutAnimation:^{
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:0];
[self.tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
}];
本文标题:cell刷新闪烁
本文链接:https://www.haomeiwen.com/subject/oqmjnxtx.html
网友评论