// 刷新某個(gè)section
NSIndexSet *indexSet = [[NSIndexSet alloc] initWithIndex:1];
[_tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
// 刷新某個(gè)section
NSIndexSet *indexSet = [[NSIndexSet alloc] initWithIndex:1];
[_tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];