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
set a image in UITableview cell
cell.imageView.image = [UIImage imageNamed:@"image.png"];