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

Indeterminate progress not animating #117

Open
zdnk opened this issue Jan 28, 2016 · 3 comments
Open

Indeterminate progress not animating #117

zdnk opened this issue Jan 28, 2016 · 3 comments

Comments

@zdnk
Copy link

zdnk commented Jan 28, 2016

Hi, I have and issue when I show progress view overlay with IndeterminateSmall type, it is not spinning/animating.

heres the code

MRProgressOverlayView.showOverlayAddedTo(self.view.superview, title: "direction.planning".localized, mode: MRProgressOverlayViewMode.IndeterminateSmall, animated: true)
@taingmeng
Copy link

Did you call this in viewDidLoad or viewDidAppear? In my case, animation is not working in viewDidLoad, but it is working in viewDidAppear.

@Aghassi
Copy link

Aghassi commented Mar 31, 2016

I'd like to second this issue. I'm calling it during an update method (so not viewDidLoad, but after a segue) and I'm not getting any animations.

@horovodovodo4ka
Copy link

I have same issue: when switching controllers (pushing one for example) then animation stops.

Solution to this is:
spinAnimation.removedOnCompletion = NO;
in - (void)addAnimation method.

I really don't want make pull request for this simple line. Would be great if author made this simple fix :-)

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

4 participants