快速更改UITableView的背景颜色

时间:2018-08-16 10:36:51

标签: swift uitableview storyboard background-color

我是Swift的新手。我在情节提要中到处都是,但是以某种方式无法更改表格视图的背景颜色。没有办法从情节提要中更改背景颜色吗?

1 个答案:

答案 0 :(得分:0)

在情节提要中将背景设置为清晰的颜色

enter image description here

和您的

func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell

使用设置单元格的颜色

cell.backgroundColor = UIColor.clear