tableview刷新局部section

NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2];
    [_tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];

做界面交互的时候,很有用

你可能感兴趣的:(tableview刷新局部section)