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"