刷新某section某row
2018-08-13 本文已影响0人
lifeLL
NSRange range = NSMakeRange(1, 1);
NSIndexSet *sectionToReload = [NSIndexSet indexSetWithIndexesInRange:range];
[self.tableView reloadSections:sectionToReload withRowAnimation:UITableViewRowAnimationFade];