Swift,自定义单元格颜色不适用于披露指示符

Swift, Custom Cell color Doesn’t Apply behind disclosure indicator

我无法在披露指示器中应用与内容视图背景色相同的背景色。 我已经完成了:propertyCell.selectionStyle = UITableViewCellSelectionStyle。 None;

已尝试使用与内容视图颜色相同的自定义单元格背景颜色。

附上图片供客户单元格参数参考。

在此先感谢您的帮助。

尝试设置 backgroundColorUITableViewCell

propertyCell.backgroundColor = [UIColor redColor]; // your favorite color.

在swift中:

cell.backgroundColor = UIColor.back