cell刷新闪烁
2018-01-05 本文已影响0人
码农进城
[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];
}];