Zip icon indicating copy to clipboard operation
Zip copied to clipboard

Swift framework for zipping and unzipping files.

Results 110 Zip issues
Sort by recently updated
recently updated
newest added

I am unable to display current progress. Label only shows when it's 100% What to do?

It's a small point but I was getting failures on the fileHandler completionblock because I had spaces in the folder name. It was an easy fix. if let fileHandler =...

Error:(111, 31) argument labels '(totalVoidCount:)' do not match any available overloads

Once zipped with password, can't unzip the file with the same password.

hi, how to get files inside zip folder? i want to save the files from zip folders.. can any one help?

I understand that if the encrypted functions of AES or DES are used, it is necessary to submit CCATS files, otherwise it is a violation of the app store. Can...

I am trying to zip the files using quickZipFiles in IOS 11. It was working all well till IOS 10. But now when I am trying to zip, the application...

If you want to open a file from an unzipped URL, you need to convert the URL to a URL with filetype specified: let fileURL = URL.init(fileURLWithPath: url.path) Then you...

I am using your excellent Zip framework, but need to make it part of a build that is run from the command line. Could you provide me with what you...

Hello I am trying to incorporate the Zip framework into my project through adding it to "linked frameworks and library", but it seems that there is no access to the...