
Hi,
I am trying to use the attached image in an UITableView cell. Images are in application bundle. Except this image and few images, other images are showing fine in the cell. I couldn’t find whats the reason to not showing this image particularly. Could someone help me if you came across such problems?
myImageView.image = [UIImage imageNamed:@"icontemp.png"]
I think you have not copied exactly the images in your application bundle that is being not displayed in the cell.
Try & check removing bunch of images and add those again in your project.