Reading and writing zip files on the iPhone
I’ve looked through a number of zip file libraries on iOS, and I would recommend using Objective-Zip. It wraps ZLib and MiniZip with a fairly intuitive Objective-C interface, and provides some nice functionality like being able to easily access the metadata for each file in the archive. Using it is pretty straightforward, just grab the…