IOS UITableView reload 刷新某一个cell 或 section

一般刷新整个列表 咱们都使用[self.tableView reloadData];html 有的时候,有变化更新的只是某一行 row 或者是某个section 因此只更新这一行就行了post //一个section刷新 int section_index=10;//更新第11个sectioin [self.tableView reloadSections:[NSIndexSet indexSet
相关文章
相关标签/搜索