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

update tableView contenSize

时间:2017-05-01 11:59:21      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:exp   ble   content   dex   size   begin   throw   for   section   

   NSIndexPath *messageIndexPath = [NSIndexPath indexPathForRow:afterRowCount-1 inSection:0];
   [self.tableView beginUpdates];
   [self.tableView insertRowsAtIndexPaths:@[messageIndexPath] withRowAnimation:UITableViewRowAnimationNone];

   [self.tableView endUpdates];


  NSLog(@"---------%f---------", self.tableView.contentSize.height);
  self.tableView.contentSize = [self.tableView sizeThatFits:CGSizeMake(CGRectGetWidth(self.tableView.bounds), CGFLOAT_MAX)]; //至关重要
  NSLog(@"--------%f----------", self.tableView.contentSize.height);

update tableView contenSize

标签:exp   ble   content   dex   size   begin   throw   for   section   

原文地址:http://www.cnblogs.com/brucemengbm/p/6791405.html

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