Reference

在Mac OS X和iOS中操作.zip文件(例如创建zip文件, 从zip文件中抽取数据):

1. http://stackoverflow.com/questions/11333399/download-and-unzip-file-in-ios, 该question中

提到ZipArchiveSSZipArchive

2. Unzipping Files In iOS Using ZipArchive:

http://www.icodeblog.com/2012/08/13/unzipping-files-using-zip-archive/

ZipArchive: https://github.com/mattconnolly/ZipArchive

示例ZipArchive的使用.

3. ZipArchive中使用MiniZip

MiniZip的主页: http://www.winimage.com/zLibDll/minizip.html

4. ZipArchive

ZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.

https://github.com/ZipArchive/ZipArchive

5. Zip

Swift framework for zipping and unzipping files.

https://github.com/marmelroy/Zip

6. ZipKit (few star)

An Objective-C Zip framework for macOS and iOS.

https://github.com/kolpanic/ZipKit

7. ZipZap

Objective-C

https://github.com/pixelglow/ZipZap

8. Zipping and unzipping files in your Swift app

---- Introducing Zip, an iOS framework for working with Zip files.

https://medium.com/swift-and-ios-writing/zipping-and-unzipping-files-in-your-swift-app-1b33a82b4b88

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-03-04
  • 2021-06-24
  • 2022-01-14
  • 2022-12-23
  • 2021-07-02
猜你喜欢
  • 2021-08-16
  • 2022-12-23
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2022-03-10
相关资源
相似解决方案