// 刷新某个section
NSIndexSet *indexSet = [[NSIndexSet alloc] initWithIndex:1];
[_tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
// 刷新某个section
NSIndexSet *indexSet = [[NSIndexSet alloc] initWithIndex:1];
[_tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
本文标题:TableView刷新某个section
本文链接:https://www.haomeiwen.com/subject/jzwnvttx.html
网友评论