2010-07-26 15:18:32 -05:00
2010-07-21 18:05:38 -05:00
2010-07-21 18:05:38 -05:00
2010-07-21 18:05:38 -05:00
2010-07-21 18:09:14 -05:00
2010-07-23 10:41:46 -05:00
2010-07-26 15:18:32 -05:00

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

  1. Add TWZipArchive.h, TWZipArchive.m, and minizip to your project.
  2. Add the libz library 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];
S
Description
No description provided
Readme
6.1 MiB
Languages
C 79.6%
Objective-C 18.5%
Swift 1.5%
Ruby 0.3%