2011-02-12 49 views

回答

4

組表視圖模式是UIColor屬性:

[someView setBackgroundColor:[UIColor groupTableViewBackgroundColor]]; 
2

您使用的UIColor類方法groupTableViewBackgroundColor

EG:

self.view.backgroundColor = [UIColor groupTableViewBackgroundColor]; 

(或者,如果你不喜歡點符號:[self.view setBackgroundColor:[UIColor groupTableViewBackgroundColor]];

相關問題