Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to see the progress #30

Open
darshan-khedekar opened this issue Dec 14, 2017 · 1 comment
Open

Not able to see the progress #30

darshan-khedekar opened this issue Dec 14, 2017 · 1 comment

Comments

@darshan-khedekar
Copy link

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;
}

@JonasABR
Copy link

JonasABR commented Jan 9, 2018

You re probably not setting the state to "state = kPKDownloadButtonState_Downloading"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants