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

update tableView contenSize

时间:2014-06-25 09:59:01      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:get   width   cti   for   io   table   

   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,布布扣,bubuko.com

update tableView contenSize

标签:get   width   cti   for   io   table   

原文地址:http://blog.csdn.net/majiakun1/article/details/34412749

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