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

"Endless" notification is dismissed when view controller presents on top #255

Open
johnnypayso opened this issue Oct 8, 2015 · 0 comments

Comments

@johnnypayso
Copy link

The "didMoveToWindow" method has the comment "view controller was dismissed, let's fade out".

However, that assumption is incorrect. This method also gets called when a view controller is presented on top of the existing one, which causes self.window to become nil.

Sounds like we needs a better way to detect the difference between dismissing the existing view controller, and presenting a separate one.

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

1 participant