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

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -