-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Spinner doesn't working fine when calling "show" method next time #96
Comments
You should be more specific in your answer. Your problem is unclear. |
I have seen this problem too @jessalbarian I use SwiftSpinner with RxSwift (through a code pattern called ActivityIndicator), and out side of it, and when I do: SwiftSpinner.show(<text 1>, animate: true) The second spinner will not appear. |
Have you tried it without the hide? |
Yes. It works properly without a hide() called between the two show() method calls. That is not a good solution for me however. If I have two separate network calls, independent of each other, and non-deterministically sequenced, I need to sandwich each call with a pair of show/hide somehow. |
You could try showing/hiding |
I'm facing the same issue (hide between two show, the last show doesn't work) |
Hey @sam199488 |
Spinner doesn't working fine when I want to show it next time..
Can someone helping me please?
The text was updated successfully, but these errors were encountered: