Im using a library for extracting EXIF data from google code. I assume with iPhone OS 3 that you can use UIImagepicker to do it.
I just want to be able to extract the f-Stop, Shutter Speed and ISO data from the image. I want to discard the image and just use the information that I store up.
Would I end up extracting the tag data in the viewcontroller.m or h? This part of coding seems to baffle me a little bit and I cant figure out what to put where. Can anyone help me out? I still havent figured out XCode all that well.