Skip to content

Hiding the progress view #3

Description

@aseemss

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions