Questions tagged [ssziparchive]

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

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

  • Unzip zip files
  • Unzip password protected zip files
  • Create new zip files
  • Append to existing zip files
  • Zip files
  • Zip-up NSData instances. (with a filename)

Project git repository

62 questions
-1
votes
1 answer

Unable to import and use SSZipArchive in Xcode 10.2 Swift 4 by manually drag and drop. Lot's of semantic issue errors

I created Fresh new Xcode iOS project and followed below steps. Drag & Drop SSZipArchive folder in Xcode project. Created Briging Header and imported Header file I.e. #Import "SSZipArchive.h" Added libz.tbd and security framework to a target Then…
Eshwar
  • 3
  • 5
-1
votes
1 answer

How to send zip file to server using SSZIPArchive

I am using SSZIPArchive library for zip and unzip file. Using Photos framework i fetched all images from gallery and zip all images into document directory using SSZIPArchive. But how will i send that zip file to my own server.
Rajeev Singh
  • 198
  • 1
  • 11
1 2 3 4
5