在Iphone中解压缩源代码

编程入门 行业动态 更新时间:2024-10-27 23:17:34
本文介绍了在Iphone中解压缩源代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想我发现了一些关于上述主题的讨论,但没有一点非常清楚。但是我想知道是否有任何用于解压缩多个文件的开源代码。我想提出可以下载一个zip文件(有多个iamges)并在Iphone中提取它的实用程序。

I think I found some discussions on the above topic but nothing very clear. But I would like to know if there is any open source code for unzippping multiple files. I am trying to come up with utility that could download a zip file (with multiple iamges) and extract it in the Iphone .

推荐答案

我推荐我的图书馆 SSZipArchive 。

用法:

NSString *path = @"path_to_your_zip_file"; NSString *destination = @"path_to_the_folder_where_you_want_it_unzipped"; [SSZipArchive unzipFileAtPath:path toDestination:destination];

非常简单。

更多推荐

在Iphone中解压缩源代码

本文发布于:2023-10-30 01:17:10,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1541336.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:解压缩   源代码   Iphone

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!