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

interactive pop gesture and self.navigationController presentPopinController cause navigation bar to disappear #42

Open
ordinaryman09 opened this issue Oct 14, 2015 · 3 comments

Comments

@ordinaryman09
Copy link

I'm using [self.navigationController presentPopinController:popin animated:YES completion^{}]
and while the popin view still showing, I start to dismiss the controller using the interactive swipe gesture (swiping from left of view controller) . after it's dismissed, the navbar is hidden.

@sparga
Copy link
Collaborator

sparga commented Oct 14, 2015

I know under some circumstances this could happen. See the end of discussion on issue #26 for a workaround.
It seems to be a bug with the navigation controller but I did not find a way to solve it right now.

@leverdeterre
Copy link
Contributor

A acceptable workaround would be to disable the interactive swipe gesture during the popin animation?

@ordinaryman09
Copy link
Author

My work around is presenting it using the current controller instead of the navigation controller.

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

3 participants