草庐IT

estimatedTimeRemaining

全部标签

ios - 检索 Alamofire 估计的剩余时间和文件下载大小

我正在尝试使用Alamofire下载文件。为了显示进度,我正在使用alamofire的downloadProgress。我从中得到了进度百分比。但我需要显示到目前为止下载的总Mb/Kb以及估计的剩余时间。这是我的代码:AF.download("http://ipv4.download.thinkbroadband.com/200MB.zip",method:.get,parameters:nil,encoding:URLEncoding.default,headers:nil,interceptor:nil,to:destination).downloadProgress{progre