I have small problem. When I launch my app in emulator it works just fine, but when I launch it on my iPad I cant see the images of the buttons. The background is OK. Image 1.jpg is shown, but images in General folder like contour buttons is invisible on iPad. Other images like Glasses.png that in other screen are shown fine also. The image 1.jpg is defined via code:
- (void)viewDidLoad
{
[super viewDidLoad];
[mainImgae setImage:[UIImage imageNamed: @"Iview images/Bike/100/comp/1.jpg"]];
}
And other images for buttons selected via storyboard. I think my folder management is wrong, but i have to manage it in folders, so they will be in folders at my project folder.

this is enough for putting image for mainimage.,.