-4

I need to change the white colour of cells to my custom color Here is the supported image

rmaddy
  • 314,917
  • 42
  • 532
  • 579
  • 1
    Possible duplicate of [How to customize the background color of a UITableViewCell?](http://stackoverflow.com/questions/281515/how-to-customize-the-background-color-of-a-uitableviewcell) – keithbhunter Mar 09 '17 at 20:58

1 Answers1

0
Cell.contentView.backgroundColor = UIColor.redColor() // Your Color
Hemant Solanki
  • 894
  • 10
  • 24