获取UIImagePickerControllerReferenceURL的常规NSString路径

时间:2011-08-26 15:45:38

标签: iphone objective-c uiimagepickercontroller

此代码:

NSString *imageString = [info objectForKey:UIImagePickerControllerRefrenceURL];
NSLog(@"%@", imageString);

返回:

assets-library://asset/asset.JPG?id=1000000002&ext=JPG

有没有正确的方法将其转换为路径?

1 个答案:

答案 0 :(得分:1)

你为什么要这样做?你不能通过资产图书馆吗?有关详细信息,请参阅the documentation。成功后,ALAssetsLibraryAssetForURLResultBlock会为您提供ALAsset,然后会为您提供您在参考网址中找到的媒体。