2011-02-12 10 views

答えて

4

グループテーブルビューパターンがUIColorのプロパティです:

[someView setBackgroundColor:[UIColor groupTableViewBackgroundColor]]; 
2

あなたはUIColorクラスのメソッドを使用しgroupTableViewBackgroundColor

EG:

self.view.backgroundColor = [UIColor groupTableViewBackgroundColor]; 

(またはあなたが好きではない場合ドット表記:[self.view setBackgroundColor:[UIColor groupTableViewBackgroundColor]];

関連する問題