的UITableViewCell的backgroundColor希望它在這個形象是可見:背後accessoryType +部分指標
我試圖使背景畫的部分指標落後,但不幸的是,背景是白色的部分指標和背後在UIAccessoryType正在繪製的地方也是白色的(未畫出)。
我使用一個UITableViewCell子類,並設置背景:
[self.contentView setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"cellBackgroundPattern"]]];
添加一個子視圖到'backgroundView'奏效了。謝謝。 – runmad