DBCamera
DBCamera copied to clipboard
EXIF location info
How to add location to exif when using DBCamera?
+1 how to extract location info?
Hi @mecid and hi @csapinoso ,
this version doesn't have the location check by default. But you can add this data in the - (void) camera:(id)cameraViewController didFinishWithImage:(UIImage *)image withMetadata:(NSDictionary *)metadata
delegate method.
You can use this category to add the Location quickly.