plistファイルからUIImageViewにさまざまな画像を表示しようとしていますが、次のようにコードを記述しました。
NSDictionary *picturesDictionary = [NSDictionary dictionaryWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"Photos" ofType:@"plist"]];
imageArray = [picturesDictionary objectForKey:@"PhotosArray"];
PhotosInAlbum.image = [UIImage imageWithContentsOfFile:[imageArray objectAtIndex:1]];
しかし、実際には何も起こらず、私のImageViewは空です!また、画像を後方に転送するための2つのボタンがあります。
Plistの内容: