我正在製作一個應用程序,在該應用程序中我使用相機拍攝照片,並且希望將這些照片保存爲plist,以便將來可以使用。我也想從plist中檢索保存的圖像,並在imageview上顯示它們。有多種images.Please任何人都可以幫我這個將圖像添加到plist
這裏是我的代碼,我使用的是用於添加到plist中
imageArray addObject:[NSString stringWithFormat:@"%@",imageView.image]];
[imageArray writeToFile:plistPath atomically:YES];
這可是當我試圖以檢索圖像並將其設置在ImageView的我不能看到圖像。 謝謝。
爲什麼??的plist不能將它們保存在沙箱中? – DivineDesert 2013-03-26 12:09:22
如果你想保存plist,將圖像轉換爲nsdata並嘗試.. http://stackoverflow.com/a/9758915/344798 – coder284 2013-03-26 12:11:39
http://stackoverflow.com/questions/2486705/storing-image-in -plist和http://stackoverflow.com/questions/10846620/ios-load-image-from-plist-file – iPatel 2013-03-26 12:14:29