I want to extend my iPhone app that the app downloads a zip file into a sub directory then extracts it and then load images which were inside the zip.
Any ideas how
If you add ZipArchive to your project, remember to also add the framework. The correct framework is libz.dylib. Latest version (Xcode 4.2) is 1.2.5.
ZipArchive
libz.dylib
(Add framework to the section with libraries in the build phases tab of your target.)