jjzjj

numFiles

全部标签

ios - 解压缩文件进度在 block 内不起作用

目前我正在使用https://github.com/mattconnolly/ZipArchive解压缩压缩文件夹的库。它工作正常,但我还想显示它的解压缩进度。我正在使用ZipArchiveProgressUpdateBlock获得解压缩进度,但进度条未显示进度。检查下面的代码:ZipArchive*zip=[[ZipArchivealloc]init];self.progressBarDownload.progress=0;self.lblProgress.text=@"Waitunzippingfile";ZipArchiveProgressUpdateBlockprogressB