此代码:
NSString *imageString = [info objectForKey:UIImagePickerControllerRefrenceURL];
NSLog(@"%@", imageString);
返回:
assets-library://asset/asset.JPG?id=1000000002&ext=JPG
有没有正确的方法将其转换为路径?
答案 0 :(得分:1)
你为什么要这样做?你不能通过资产图书馆吗?有关详细信息,请参阅the documentation。成功后,ALAssetsLibraryAssetForURLResultBlock
会为您提供ALAsset
,然后会为您提供您在参考网址中找到的媒体。