Post marked as solved
Post marked as solved with 3 replies, 776 views
I am downloading image files which are in the zip format to a folder in my app files folder.
When the folder is opened the file is shown as .zip and when selected it unzips and creates a new file. In my case it creates a jpg. leaving the zip file also.
My question is, how do I unzip the file with swift since iOS appears to have the capability?