【发布时间】:2017-03-09 19:34:44
【问题描述】:
我需要将单元格的白色更改为我的自定义颜色 Here is the supported image
【问题讨论】:
标签: ios uitableview
我需要将单元格的白色更改为我的自定义颜色 Here is the supported image
【问题讨论】:
标签: ios uitableview
Cell.contentView.backgroundColor = UIColor.redColor() // Your Color
【讨论】: