How to get the selected image album name using UIimagepickercontroller?
让我们以我的要求为例。
我的手机中有 3 个相册(已保存的照片、相册 1、相册 2)。使用 UIimagepickercontroller 我正在选择一个图像。如何知道所选的相册名称。
使用 [info objectForKey:UIImagePickerControllerReferenceURL] 我能够获得选定的图像参考。但是我无法获得专辑名称。
请指导我如何进行。