开发者

How to make a .zip file in iphone using objective C?

开发者 https://www.devze.com 2022-12-16 14:07 出处:网络
I want to create a .zip file using Objective-C. Is 开发者_如何学Pythonthere is any method for this or do you have any other suggestions?You can use the zlib library with iPhone SDK.

I want to create a .zip file using Objective-C.

Is 开发者_如何学Pythonthere is any method for this or do you have any other suggestions?


You can use the zlib library with iPhone SDK.

This discussion provide more details http://discussions.apple.com/thread.jspa?messageID=7367520


check out for ZipArchive which is an Objective-C class to compress or uncompress zip files, which is base on open source code "MiniZip".

It can be used for iPhone application development, and cocoa on Mac OSX as well.

0

精彩评论

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

关注公众号