I have created a custom UITableViewCell. The table view is showing data fine. What I am stuck in is when user touches cell of tableview, then I want to show the background color of the cell other than the default [blue color] values for highlighting the selection of cell. i use this code but doesn't happen anything :
cell.selectedBackgroundView.backgroundColor=[UIColor blackColor];