希望它在这张图片中可见:
我正在尝试在部分索引后面绘制背景,但不幸的是,部分索引后面的背景是白色的,并且在绘制 UIAccessoryType 的位置也是白色的(未图示)。
我正在使用 UITableViewCell 子类并设置背景:
[self.contentView setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"cellBackgroundPattern"]]];
希望它在这张图片中可见:
我正在尝试在部分索引后面绘制背景,但不幸的是,部分索引后面的背景是白色的,并且在绘制 UIAccessoryType 的位置也是白色的(未图示)。
我正在使用 UITableViewCell 子类并设置背景:
[self.contentView setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"cellBackgroundPattern"]]];