如何在xcode6中设置表格单元格的颜色?

时间:2015-10-13 18:57:09

标签: ios xcode swift

我是iOS开发的新手。我正在尝试使用xcode storyboard designer视图将表格单元格的背景颜色设置为深蓝色。

颜色仅在设计器视图中显示。当我在模拟器中启动应用程序时,我看不到设计的颜色。

Designer View shows correct color

enter image description here

1 个答案:

答案 0 :(得分:1)

cellForRowAtIndexPath 中使用

cell.backgroundColor = UIColor.blueColor()