IOS UITableView reload 刷新某一个cell 或 section
摘要:
通常刷新整个列表 我们都使用[self.tableView reloadData];有的时候,有变化更新的只是某一行 row 或者是某个section 所以只更新这一行就好了//一个section刷新int section_index=10;//更新第11个sectioin[self.tableVi... 阅读全文
posted @ 2015-01-05 11:41 ACM_Someone like you 阅读(2026) 评论(0) 推荐(0)