AFNetworking& NSURLSessionDataTask进展

时间:2018-06-09 12:56:56

标签: progress afnetworking-3 nsurlsessiondatatask

我正在使用AFNetworking方法" POST"将十几个图像发布到服务器。

我想从一个新的控制器开始,以显示所有任务'细节(图像和进展)。但是当我使用

`NSURLSessionDataTask * task =...;   task.progress` 

有些错误:

NSInvalidArgumentException', reason: '-[NSURLSessionDataTask progress]: unrecognized selector sent to instance   

```
    [cell.progressView setProgress:task.progress.fractionCompleted] ;
```

我阅读了该文件,并说:

enter image description here enter image description here

0 个答案:

没有答案