码迷,mamicode.com
首页 > 其他好文 > 详细

关于tableView刷新

时间:2016-06-02 13:24:38      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:

 UITabelView的局部刷新

1.

 刷新整个tableView用[self.tableView reloadData];

 2.

 [self.tableView reloadRowsAtIndexPaths:@[indexPath] withRowAnimation:(UITableViewRowAnimationMiddle)];

刷新点击的cell

 3.

[self.tableView reloadSections:[NSIndexSet indexSetWithIndex:indexPath.section] withRowAnimation:(UITableViewRowAnimationMiddle)];

刷新分区下的cell

关于tableView刷新

标签:

原文地址:http://www.cnblogs.com/love-nana/p/5552417.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!