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.
Check out AdvancedTableViewCells in Apple's sample code.
AdvancedTableViewCells
You'll want to use the composite cell pattern.