You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am not able to see the progress. I am just able to see the circle with stop button but no progress even though the app is downloading the content. I have manually added classes from the Download button folder under the Example app. Below is the relevant code:
if (self.progress.fractionCompleted > 0){
DLog(@"***** %f",self.progress.fractionCompleted);
self.downloadProgress.stopDownloadButton.progress = self.progress.fractionCompleted;
}
The text was updated successfully, but these errors were encountered:
Hello,
I am not able to see the progress. I am just able to see the circle with stop button but no progress even though the app is downloading the content. I have manually added classes from the Download button folder under the Example app. Below is the relevant code:
if (self.progress.fractionCompleted > 0){
DLog(@"***** %f",self.progress.fractionCompleted);
self.downloadProgress.stopDownloadButton.progress = self.progress.fractionCompleted;
}
The text was updated successfully, but these errors were encountered: