Last active
December 16, 2015 09:18
-
-
Save between40and2/5411660 to your computer and use it in GitHub Desktop.
JXZip, hopefully easy to use to zip/unzip in iOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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