Skip to content

Instantly share code, notes, and snippets.

@between40and2
Last active December 16, 2015 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save between40and2/5411660 to your computer and use it in GitHub Desktop.
Save between40and2/5411660 to your computer and use it in GitHub Desktop.
JXZip, hopefully easy to use to zip/unzip in iOS
I was in somehow confused to use ZipArchive.
First of all, I do not know which one is the "official" version of it.
https://github.com/mattconnolly/ZipArchive
Or
http://code.google.com/p/ziparchive/
Secondly, I find method naming conventions do not follow Objective-C one.
Last but not least, I have not find any docs to learn how to use this.
So I reinvent Zip for iOS, named JXZip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment