我在Iphone上测试版本时没有加载图像

时间:2010-03-16 14:35:15

标签: iphone objective-c

我使用来自以下资源的图片:

UIImage *image = [ UIImage imageNamed:@"example.jpg" ];
UIImageView *imageView = [ [UIImageView alloc] initWithImage:image ];

当我在semulator上测试它时,它是有效的。但是对于Iphone没有。此外,大小约为10Kb的图像,大小约100Kb没有。怎么了?

1 个答案:

答案 0 :(得分:0)

现在好了。我只是在文件的注册表名称中犯了错误。这是1.JPG,但我打电话给1.jpg。