f56f20f4e4a679fb10563823ce0833f04cfb2f0b
TWZipArchive
TWZipArchive is a simple utility class for unzipping files based on ZipArchive.
Currently it only supports unzipping. In the future, creating zip files will be supported.
Adding to your project
- Add
TWZipArchive.h,TWZipArchive.m, andminizipto your project. - Add the
libzlibrary to your target
Usage
NSString *path = @"path_to_your_zip_file";
NSString *destination = @"path_to_the_folder_where_you_want_it_unzipped";
[TWZipArchive unzipFileAtPath:path toDestination:destination];
Languages
C
79.6%
Objective-C
18.5%
Swift
1.5%
Ruby
0.3%