Showing posts with label zip compress. Show all posts
Showing posts with label zip compress. Show all posts

Sunday, April 1, 2012

Add files to an existing zip - objective c, ZipArchive

I'm using ZipArchive developed by aish to create zip files. ZipArchive is an Objective-C class to compress or uncompress zip files, which is based on open source code "MiniZip". It worked fine on many of the iPhone apps I developed.