I m trying to implement UIImagePicker in my application. Now i m retrieving the image from the photo library. Is there any way in which i can retrieve the name of the image from photo library ?
tried UIImagePicker methods but cant find one. Any one.. ?
Thanks..
I m trying to implement UIImagePicker in my application. Now i m retrieving the
Share
In the delegate method of UIImagePickerController called
you can use the info dictionary to get the reference url of the image that the user picked by using key
UIImagePickerControllerReferenceURLand get the file name from it.