how to set different background colors for cells in a UITableView (specifically rainbow color for seven cells)
Try this
cell.backgroundVIew.backgroundColor = [UIColor orangeColor];