0

tableview がグループ化されている場合、UIView の背景を TableView の背景と同じにする必要があります。私は縞模様の青い背景を意味します:)

4

2 に答える 2

0

ビューの背景色を に設定します[UIColor groupTableViewBackgroundColor]

于 2013-01-14T20:54:32.140 に答える
0

次回はドキュメントを確認してください。

[UIColor groupedTableViewBackgroundColor];

http://developer.apple.com/library/ios/documentation/uikit/reference/UIColor_Class/Reference/Reference.html#//apple_ref/occ/clm/UIColor/groupTableViewBackgroundColor

于 2013-01-14T20:55:01.990 に答える