UIImagePickerController does not provide geotext data

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?

+3
source share
2 answers

, UIImagePickerController, . : UIImagePickerController EXIF-

+3

, . UIImagePickerController , ( , ).

. Apple:

Flicker :

+2

Source: https://habr.com/ru/post/1702827/


All Articles