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

UITableViewCell-02

时间:2015-03-14 15:14:27      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:

 // 单行插入刷新,效率高

        NSIndexPath *path = [NSIndexPath indexPathForRow:(self.tgs.count - 1) inSection:0];

        [self.tableView insertRowsAtIndexPaths:@[path] withRowAnimation:UITableViewRowAnimationMiddle];

    

// 全部数据重新刷新,效率低

    [self.tableView reloadData];

UITableViewCell-02

标签:

原文地址:http://www.cnblogs.com/fkunlam/p/4337486.html

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