this app is a ziparchive (http://code.google.com/p/ziparchive/wiki/PageName) proof of concept. it's packaged with a .zip file, then it unzips it and shows an image from the zipped directory. (i already know the file names so I cheat -- i'm just trying to unzip something successfully.)
-
Started a new project with one view
-
Added the ZipArchive files
-
added libz.1.1.3.dylib framework
-
added things to the xib, followed the sample code for ziparchive in viewDidLoad, loaded the img file into the xib, and, voila, a rapping lady flipping the bird!