我在Universal的Xcode中开发了一个应用程序。当我运行程序时,它正在iPhone5 4英寸模拟器中正确显示图像。但是在我的设备上没有加载图像。
if(UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone && [[UIScreen mainScreen] bounds].size.height * [UIScreen mainScreen].scale >= 1136)
{
image1.image = [UIImage imageNamed:@"Lifestyle12_iPhone5@2x.png"];
image2.image = [UIImage imageNamed:@"Lifestyle11_iPhone5@2x.png"];
image3.image = [UIImage imageNamed:@"Lifestyle10_iPhone5@2x.png"];
image4.image = [UIImage imageNamed:@"Lifestyle2_iPhone5@2x.png"];
image5.image = [UIImage imageNamed:@"LifeStyle1_iPhone5@2x.png"];
image6.image = [UIImage imageNamed:@"Lifestyle5_iPhone5@2x.png"];
image7.image = [UIImage imageNamed:@"APP_incipio_F38_iPhone5@2x.png"];
image8.image = [UIImage imageNamed:@"APP_incipio_BACKPACK_iPhone5@2x.png"];
}
请告诉我这个问题。
提前致谢。
答案 0 :(得分:1)
您是否仔细检查了文件名?该设备具有区分大小写的文件系统