iPhone-exif Developer Guide
Using the Library in your Project
The library can be used in two ways:
- Import the binary as a static library
- Embed the source directly
Use as a static library
To use as a static library in your project you must download the zip file and unzip to a suitable location.
The libiphone-exif.a is the static library, the include directory contains the header files. To use this in Xcode first add the library to the frameworks library.
- Select the frameworks folder.
- Select add > existing file
- Make sure the copy file option is selected in the dialog box.
- You should see the library appear in the frameworks folder as a toolbox icon. e.g
We now need to include the header files in our project.
- Select the Classes directory.
- Click add existing files