IOS UITableView reload 刷新某一個cell 或 section

一般刷新整個列表 咱們都使用[self.tableView reloadData];html 有的時候,有變化更新的只是某一行 row 或者是某個section 因此只更新這一行就行了post //一個section刷新 int section_index=10;//更新第11個sectioin [self.tableView reloadSections:[NSIndexSet indexSet
相關文章
相關標籤/搜索