如何使UIViewController背景看起来像分组UITableView的背景?

时间:2010-05-24 21:23:28

标签: iphone xcode uitableview uiviewcontroller

抱歉,这可能是一个愚蠢的问题,但我想让普通的UIViewController的背景看起来像分组的UITableView的灰色细条纹背景。这可能吗。告诉我你是否需要图片,我会发布一些。谢谢你的帮助,

1 个答案:

答案 0 :(得分:5)

将视图控制器视图的背景颜色设置为groupTableViewBackgroundColor

[self.view setBackgroundColor:[UIColor groupTableViewBackgroundColor]];