You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice stuff, this is cool code. Thanks for making it available!
How would you handle thinks like "routing exceptions"? But that I don't mean thrown exceptions, but rather something "show the /users/:id mapped view controller in a modal EXCEPT if some condition holds, then show it in some other way". For example, if something in a nav controller already showing in a modal asks to show the users controller in a modal, maybe the users controller should just be pushed on the stack of the nav controller inside the existing modal, instead of dismissing or presenting another modal ...
Thoughts?
I'd be happy to help with a PR, but I'm just curious as to your thoughts on this because this is such a nicely-architected piece of code.
Thanks.
The text was updated successfully, but these errors were encountered:
Hey Clay,
Nice stuff, this is cool code. Thanks for making it available!
How would you handle thinks like "routing exceptions"? But that I don't mean thrown exceptions, but rather something "show the /users/:id mapped view controller in a modal EXCEPT if some condition holds, then show it in some other way". For example, if something in a nav controller already showing in a modal asks to show the users controller in a modal, maybe the users controller should just be pushed on the stack of the nav controller inside the existing modal, instead of dismissing or presenting another modal ...
Thoughts?
I'd be happy to help with a PR, but I'm just curious as to your thoughts on this because this is such a nicely-architected piece of code.
Thanks.
The text was updated successfully, but these errors were encountered: