I am trying to unzip folder with in my iPhone application. Can any one help me on this. Thank you.
You need to use SSZipArchive in order to working with zip files.
Below line would unzip your zip file.
[SSZipArchive unzipFileAtPath:path toDestination:destination];
2.1m questions
2.1m answers
60 comments
57.0k users