-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Description
Hi,
I m trying to set the progress to the stopDownloadButton in a NSURLSessionDownloadTask . I see the stopDownloadButton, but the progress is not increasing. Here is my block:
progress:^(NSProgress * _Nonnull downloadProgress) {
self.downloadButton.stopDownloadButton.progress = downloadProgress.fractionCompleted;
}
What am I doing wrong?
Thanks in advance,
Metadata
Metadata
Assignees
Labels
No labels