2012-08-24 38 views
1

的UITableViewCell的backgroundColor希望它在這個形象是可見:背後accessoryType +部分指標

我試圖使背景畫的部分指標落後,但不幸的是,背景是白色的部分指標和背後在UIAccessoryType正在繪製的地方也是白色的(未畫出)。

我使用一個UITableViewCell子類,並設置背景:

[self.contentView setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"cellBackgroundPattern"]]]; 

回答

0

我相信self.contentView是,正如它的名字所暗示的,只有內容視圖。請嘗試self.backgroundColor(屬性UIView)或self.backgroundView

+0

添加一個子視圖到'backgroundView'奏效了。謝謝。 – runmad

0

self.contentView絕不會在accessory viewthumbnail image上畫圖。

使用單元格的背景顏色,繪製圖像backgroundColor或使UIImageView一個實例,並將其設置爲電池的backgroundView