刷新指定行或区 cell

//一个section刷新

NSIndexSet *indexSetA = [[NSIndexSet alloc]initWithIndex:3];    //刷新第3段

[tableview reloadSections:indexSetA withRowAnimation:UITableViewRowAnimationAutomatic];

//一个cell刷新

NSIndexPath *indexPathA = [NSIndexPath indexPathForRow:2 inSection:0];
//刷新第0段第2行

[tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:indexPathA,nil]
withRowAnimation:UITableViewRowAnimationNone];

上一篇:LOJ2321. 「清华集训 2017」无限之环【费用流】


下一篇:dhcp snooping enable命令