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

SwiftSpinner.hide() doesn't work on multiple push/pop view controllers. #137

Open
tomengland opened this issue Jun 2, 2019 · 1 comment

Comments

@tomengland
Copy link

Really weird issue where if I'm coming in and out of a view controller via a navigationController.popToRootController and a navigationController.pushViewController, the 2nd time the SwiftSpinner.hide() doesn't hide the view. I'd have to call it twice

SwiftSpinner.hide()
SwiftSpinner.hide()

then if I do the push/pop thing again, it still has an issue and I would have to call it 3 times. It's as if each time the view controller pops/pushes it's adding another SwiftSpinner.show() for whatever reason.

@andreamazz
Copy link
Collaborator

Hi @tomengland
can you post a simple demo project reproducing the issue? It'll help the bug hunting quite a bit. Thanks

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