摘要: 最近项目发现,在tableviewCell中布局使用autolayout,但是在iOS7系统运行出现没有更新布局的bug,解决办法:1.self.contentView.frame=self.bounds2.​self.contentView.bounds=CGRectMake(0,0,99999,... 阅读全文
posted @ 2015-03-14 10:38 夏末倾心 阅读(222) 评论(0) 推荐(0)