UIImage *image = [UIImage imageNamed:[currentPhoto fileName]];
NSLog(@"%@",[currentPhoto fileName]);
[self.currentImage setImage:image];
它在我想在 UIImageView 上显示的调试区域中显示正确的图像名称。currentImage 是挂在 .h 文件中的插座
是不是因为 iOS 6 的新自动布局功能我没有得到它。它曾经在 iOS 5 中工作。
我的目的是在特定场景的 UIImageView 中显示图像
我还尝试设置我在项目文件夹中复制的默认图像。但我得到一个错误调试区域如下:
Could not load the "myImage.png" image referenced from a nib in the bundle with identifier "com.xxx.xxx"