码迷,mamicode.com
首页 > 移动开发 > 详细

autolayout在iOS7下tableviewCell中使用出现的bug

时间:2015-03-14 10:58:08      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:

最近项目发现,在tableviewCell中布局使用autolayout,但是在iOS7系统运行出现没有更新布局的bug,解决办法:

1.self.contentView.frame = self.bounds

2.?self.contentView.bounds = CGRectMake(0, 0, 99999, 99999);?

autolayout在iOS7下tableviewCell中使用出现的bug

标签:

原文地址:http://www.cnblogs.com/xmqxml/p/4337114.html

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