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

Hiding the progress view #3

Open
aseemsandhu opened this issue May 30, 2015 · 1 comment
Open

Hiding the progress view #3

aseemsandhu opened this issue May 30, 2015 · 1 comment

Comments

@aseemsandhu
Copy link

Great library. I am using this progress view with my networking calls. Problem is that if I make many requests simultaneously, the progress view sometimes does not hide when it should. What fixed it for me was changing the following method in KIProgressViewManager in which I first hide the progress view:

 - (void)hideProgressView {
        self.progressView.hidden = YES;
        [self.progressView removeFromSuperview];
 }
@markst
Copy link

markst commented Aug 25, 2015

@sublimepremise could this be because you're not calling hideProgressView on the main thread?

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