美文网首页
TableView刷新某个section

TableView刷新某个section

作者: Gary_Kwok | 来源:发表于2017-01-03 21:59 被阅读0次

    // 刷新某个section

    NSIndexSet *indexSet = [[NSIndexSet alloc] initWithIndex:1];
     [_tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
    

    相关文章

      网友评论

          本文标题:TableView刷新某个section

          本文链接:https://www.haomeiwen.com/subject/jzwnvttx.html