Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
寻找适用于 iOS 的 ZipArchive 替代方案,让我可以查看大文件的解压缩进度。查看了 ZipKit 和 Objective-Zip,但似乎都没有给我任何形式的解压缩过程的进展。我必须自己推出还是有一些我错过的东西?
当然,在发布此消息后不久,我遇到了SSZipArchive,它正是我所需要的。