How to set the location for the captured photo by using UIImagePickerController?
I have an app that has the option to take a photo or grab one from the phones gallery. If I selsct one from the gallery I can see the GPS data in the info[UIImagePickerControllerReferenceURL], but when I save it to the apps documents folder it loses the GPS data. If I take a photo from within the app the info[UIImagePickerControllerReferenceURL] is nil?