I have icons inside my application for uibutton & on uitable cell. Lets say I have image named "sampleImage.png". Can my app use the image named "[email protected] iphone with retina display automatically provide it is in my app bundle ? If yes how can write code for it because I have code like
cell.imageview.image = [UIImage named:@"sampleImage.png"];
Does it work even if I hardcoded the image name?
Any kind of help is appreciated.Thanks