标签:com http blog style class div img code log c width
今天用xcode5.1设置xib中,用静态的方式设置UITableViewController中的tableview,把tableview中的backgroundColor改变后,xib上有效果,但是一运行就变成了透明色,在过渡动画时,都可以看到背面的view!见下面截图
后来在viewdidload中设置一下就好了
self.tableView.backgroundColor = [UIColor blackColor];
我感觉这是xcode的一个bug!
而且这种static的设置方式,如果你采用了默认的style是不能调用代理设置section header的,必须使用group style才行!感觉也是bug!
iOS7上在xib中使用UITableViewController设置背景色bug,布布扣,bubuko.com
iOS7上在xib中使用UITableViewController设置背景色bug
标签:com http blog style class div img code log c width
原文地址:http://www.cnblogs.com/breezemist/p/3696602.html