//一个section刷新 NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:]; [tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic]; //一个cell刷新 NSIndexPath *indexPath=[NSIndexPath indexPathForRow: inSection:]; [tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:indexPath,nil] withRowAnimation:UITableViewRowAnimationNone];
相关文章
- iOS中UITableView数据源刷新了,但tableview当中的cell没有刷新
- iOS TableView如何刷新指定的cell或section
- UITableview刷新某一个cell或section
- 获取cell/section相对于tableView 的坐标
- UITableView (4): 在TableView中移动cell和Section 从TableView中删除cell和section 添加系统默认刷新控件
- ios UITableview 刷新某一个cell 或 section
- [IOS 开发]TableView如何刷新指定的cell 或section
- 李洪强iOS开发之 - 指定刷新tableview的某一组
- TableView中删除某个cell或者某个section后重载tableView的问题
- 刷新指定行或区 cell