标签: iphone uitableview background-color
我想在我的视图中使用分组的tableview的背景颜色/图案,有没有办法做到这一点?
答案 0 :(得分:15)
是的,请使用+[UIColor groupTableViewBackgroundColor]:
+[UIColor groupTableViewBackgroundColor]
[myView setBackgroundColor:[UIColor groupTableViewBackgroundColor]];