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 jus
Only this solution worked out for me .
Cell.backgroundColor = [UIColor clearColor]; Cell.contentView.backgroundColor=[UIColor clearColor];
Hope this helps !