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

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

1.self.contentView.frame = self.bounds

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

posted @ 2015-03-14 10:38  夏末倾心  阅读(222)  评论(0)    收藏  举报