// 刷新某个section
NSIndexSet *indexSet = [[NSIndexSet alloc] initWithIndex:1];
[_tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
// 刷新某个section
NSIndexSet *indexSet = [[NSIndexSet alloc] initWithIndex:1];
[_tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];