I would like to create a zip file from a document directory.
I would also like to send it as an email attachment.
ZipArchive is an Objective-C class for compressing or decompressing zip files, which is based on the open source MiniZip code.
It can be used to develop iPhone and cocoa applications on Mac OSX.
see this: http://code.google.com/p/ziparchive/downloads/list
SSZipArchive, in active development on GitHub, was developed from ZipArchive:
https://github.com/soffes/ssziparchive
Zip's target does a great job. Just check the project and run it to demonstrate:
https://github.com/flyingdolphinstudio/Objective-Zip
Works great with Xcode 5.1 and iOS 7.1
Source: https://habr.com/ru/post/895863/More articles:What fonts are included (i.e. installed by default), with which operating systems? - cssCan I include "vcredist_x86.exe" in my setup - installationReplacing HTML tag content with sed - htmlHow to remove Parenthesis text using jQuery? - javascriptRS2008 background size adjustment - reporting-servicesC ++ all the differences between "struct" and "class"? - c ++Find query from query_id in mysql - mysqlDjango Tornado - pythonShow or hide jQuery UI Autocomplete Combobox - jqueryCombining two lists of different types using LINQ - c #All Articles