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

Question: Interactive Transition? #35

Open
ironforward opened this issue Aug 7, 2016 · 1 comment
Open

Question: Interactive Transition? #35

ironforward opened this issue Aug 7, 2016 · 1 comment
Labels

Comments

@ironforward
Copy link

Does this router support interactive transitions?
Successfully presenting the next view controller always works of course, but is there a way to handle cancelling the transition so the router won't think it's made it to the next routable when it really has not?

@Ben-G
Copy link
Member

Ben-G commented Sep 1, 2016

@kevinfez Currently there's no support for cancellation. Though in theory it shouldn't be too hard to implement. We already have a completionHandler that is passed in order to asynchronously update the router once an animated transition is completed. What is missing is an equivalent cancellation handler.

I can't make any promises on whether this will be implemented or not, but I'll keep this issue open since it's a good suggestions. PRs are also always welcome!

@Ben-G Ben-G added the question label Sep 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants