TableView刷新某个section
2017-01-03 本文已影响0人
Gary_Kwok
// 刷新某个section
NSIndexSet *indexSet = [[NSIndexSet alloc] initWithIndex:1];
[_tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
// 刷新某个section
NSIndexSet *indexSet = [[NSIndexSet alloc] initWithIndex:1];
[_tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];