-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
If two view controllers point to the same view with the loader, only one works #101
Comments
Why did you down vote my question? |
Vague description, no code or any further description to help troubleshoot. |
I copied the demo that is available. There is no code to show because that would be irrelevant. The spinner is working just fine, but when I add another view controller to point to the view that has the loading bar, it does not work. Also, when I hit 'back' from another view controller to the demo I copied from this github project, it does not work either. There is another issue related to this in the issues section of this project. Is that better? |
Again this is pretty vague. How is the spinner called on the presenting view for example? How are you handling Provide code / workable examples I can help; otherwise this won't go anywhere useful for anyone. |
I have two view controllers that both point to one view controller that should show the loading screen. It works for one, but not both.
The text was updated successfully, but these errors were encountered: