1

Possible Duplicate:
Zip and UnZip a file programmatically in iphone?

I want to zip images and audio programmatically in my app.

How can I do that?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Devang
  • 11,258
  • 13
  • 62
  • 100
  • 1
    Please refer answer of [Question 1](http://stackoverflow.com/questions/5029917/zip-and-unzip-a-file-programmatically-in-iphone) and [Question 2](http://stackoverflow.com/questions/286496/how-can-i-create-a-zip-file-by-using-objective-c) – Mehul Mistri Sep 23 '11 at 06:11

1 Answers1

1

Try ZipKit. Put this as part of your build and then

#import <ZipKit/ZipKit.h>

After this you are good to go.

Srikar Appalaraju
  • 71,928
  • 54
  • 216
  • 264