I change the background color of the UITableViewCells in the tableView:cellForRowAtIndexPath method
if(indexPath.row % 2 == 0){ cell.bac
You need to set the tableview's backgroundView to nil and its backgroundColor to the desired color.
backgroundView
nil
backgroundColor