Zip and UnZip a file programmatically in iOS?

不羁岁月 提交于 2019-11-28 07:02:11
Adnan

Take a look at this SO questions.

And here is a library ziparchive

ziparchive An Objective C class for zip/unzip on iPhone and Mac OSX

Take a look at ZipKit also.

ZipKit is an Objective-C framework for reading and writing Zip archives in Mac OS X and iOS apps, it supports:

  • the standard PKZip format
  • files larger than 4GB in size using PKZip's zip64 extensions
  • optionally, resource forks in a manner compatible with Mac OS X's Archive Utility (in the > Mac OS X targets only)
  • clean interruption, so archiving can be cancelled by the invoking object (e.g., a NSOperation or NSThread).
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!