Does anyone know how to change the background color of a cell using UITableViewCell, for each selected cell? I created this UITableViewCell inside the code for TableView.
If you're talking about selected cells, the property is -selectedBackgroundView. This will be shown when the user selects your cell.
-selectedBackgroundView