我在應用程序中使用的代碼如何訪問我在相機應用中保存的照片?
[library saveImage:self.capturedImg toAlbum:@"FunCam" withCompletionBlock:^(NSError *error) {
if (error!=nil) {
NSLog(@"Big error: %@", [error description]);
}
}];
現在我想以檢索保存到相冊中的所有照片時,用戶點擊一些按鈕,並顯示在圖像相機應用(默認的應用程序中保存的照片我的自定義相冊在iphone上)顯示
請幫我,我該怎麼做?
在此先感謝
你可以做,以資產庫我沒有任何直接的聯繫現在,但我相信它可以使用資產庫來完成... 谷歌爲它,你就會得到它容易 – 2012-04-06 08:38:14
一個示範項目,在這裏使用ALAssets https://github.com/elc/ELCImagePickerController – Aravindhan 2012-04-06 09:01:54
elsimagepickerController是非常有用的在ig之後給我ot從下面回答圖像我感謝你@Aravindhanarvi – 2012-04-07 06:26:40