When I use UIImagePickerController to select a photo, either from Camera Roll or from Photo Library, the image that is returned to me in the method
'didFinishPickingImage'
does not contain exif data for latitude and longitude. I know that the headers are there because they appear when importing into iPhoto, also if I load images from the Camera Roll, they also contain exif headers for the location. Is there a way to get UIImagePickerController to also provide this information?
source
share