osx - Objective c: How to know the progress of unzipping in using ZipArchive -


this question has answer here:

i use ziparchive unzip file in objective c. there way of knowing progress when starts unzip (like percentage done etc.). or have create delegate retrieve progress myself? !!

there's no way of doing ziparchive. ssziparchive has feature implemented on delegate method:

- (void)ziparchivedidunzipfileatindex:(nsinteger)fileindex totalfiles:(nsinteger)totalfiles archivepath:(nsstring *)archivepath fileinfo:(unz_file_info)fileinfo; 

Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -