更新、插入tableview某一行数据或section数据
一、刷新列表
当tableview的某一行数据修改后,需要更新该条数据。这时有两种方法刷新:
【更新、插入tableview某一行数据或section数据】(1)刷新整个列表 ,即[self.tableView reloadData];
(2)只刷新被改变的这一行。当然这种方法比第一种方法更高效。
具体代码:
NSIndexPath *refreshCell = [NSIndexPath indexPathForRow:3 inSection:0];
[self.tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:refreshCell, nil] withRowAnimation:UITableViewRowAnimationNone];
二、插入一行数据数据 NSIndexPath *refreshCell = [NSIndexPath indexPathForRow:3 inSection:0];
NSArray *insertIndexPaths = [NSArray arrayWithObjects:refreshCell,nil];
//同样,将数据加到数据列表中
[_meterModelArrayinsertObject:device atIndex:i+1];
[self.tableView insertRowsAtIndexPaths:insertIndexPaths withRowAnimation:UITableViewRowAnimationRight];
三、刷新某个Section的数据
NSIndexSet *refreshSection=[[NSIndexSet alloc]initWithIndex:1];
//刷新第二个section
[self.tableView reloadSections:refreshSectionwithRowAnimation:UITableViewRowAnimationAutomatic];
四、插入一个section数据
根据上面的一样,改一下就可以,就不再写了。
推荐阅读
- 一个人的碎碎念
- 野营记-第五章|野营记-第五章 讨伐梦魇兽
- Shell-Bash变量与运算符
- 清明,是追思、是传承、是感恩。
- 牛人进化+|牛人进化+ 按自己的意愿过一生
- 七老修复好敏感、角质层薄、红血丝
- 华为旁!大社区、地铁新盘,佳兆业城市广场五期!
- 标签、语法规范、内联框架、超链接、CSS的编写位置、CSS语法、开发工具、块和内联、常用选择器、后代元素选择器、伪类、伪元素。
- 螃蟹和这些食物同吃,轻则腹泻、重则中毒!要小心哦~
- 八、「料理风云」