I am using UIImagePickerController
to select images. I was hoping to get the local path too.
I am doing this for images in an album using
info[UIImagePickerController.InfoKey.imageURL] as? URL
In the case of an image using the camera this is nil
however.
Is it possible to capture this path using UIImagePickerControllerDelegate
?