开发者

How do I zip files programmatically in iOS? [duplicate]

开发者 https://www.devze.com 2023-04-07 13:16 出处:网络
This question already has answers here: Closed 11 ye开发者_运维技巧ars ago. Possible Duplicate: Zip and UnZip a file programmatically in iphone?
This question already has answers here: Closed 11 ye开发者_运维技巧ars ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消