NSRange range = NSMakeRange(1, 1);
NSIndexSet *sectionToReload = [NSIndexSet indexSetWithIndexesInRange:range];
[self.tableView reloadSections:sectionToReload withRowAnimation:UITableViewRowAnimationFade];
NSRange range = NSMakeRange(1, 1);
NSIndexSet *sectionToReload = [NSIndexSet indexSetWithIndexesInRange:range];
[self.tableView reloadSections:sectionToReload withRowAnimation:UITableViewRowAnimationFade];
本文标题:刷新某section某row
本文链接:https://www.haomeiwen.com/subject/liyubftx.html
网友评论