iOS更改单元格边框色调颜色

时间:2012-03-27 06:12:47

标签: ios uitableview colors

My screenshot of my details view, need to change the colour with code and not storyboard

单元格中的橙色部分,我用故事板做了,但我想用代码动态更改它。任何人都知道我需要在我的代码中更改以使其工作?我试过研究它,但没有骰子。我发现的大多数颜色变化要么是单元格的背景,表格的背景,文本的背景等等。

1 个答案:

答案 0 :(得分:2)

试试这个

self.tableView.separatorColor = [UIColor greenColor];