ALAsset valueForProperty:ALAssetPropertyLocation undeclared?
问题 This might seem too easy or maybe it's just confusing for me... Or maybe I'm too tired to think rationally. I am trying to get the location of an UIImage that has been selected by the user from the photo album using imagePickerController. - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info { UIImage *pic = [info objectForKey:@"UIImagePickerControllerOriginalImage"]; NSData *data = UIImageJPEGRepresentation(pic, 0.01f); UIImage