How do I zip files programmatically in iOS? [duplicate]
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?
Try ZipKit. Put this as part of your build and then
#import <ZipKit/ZipKit.h>
After this you are good to go.
精彩评论