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.
I'am trying to setup a png image as my tableview's background. With the following code all are fine! But only on iPhone Simulator. If I try to run the application on an iPhone device the background of tableview remains white (…
i have a UITableView, where theres 3 images.
1 for the selected Cell, 1 for the Cell background, and 1 for the TableView background.
My selected Cell, is working just fine, but have some problems with the normal cells, and the TableView background(the …