TableView刷新某个section

2017-01-03  本文已影响0人  Gary_Kwok

// 刷新某个section

NSIndexSet *indexSet = [[NSIndexSet alloc] initWithIndex:1];
 [_tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
上一篇 下一篇

猜你喜欢

热点阅读