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.
精彩评论