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.
Here is a quick way to do this right in Interface Builder (within a Storyboard). Drag a simple UIView to the top of your UITableView as in
Next connect your cell's selectedBackgroundView Outlet to this view. You can even connect multiple cells' outlets to this one view.