The API is very similar to the one Aaron Brethorts (cocoacontrols) wrote.
Seems pretty cool though, but I am not sure how it handles deep hierarchies of vc´s.
What if I route to a particular controller, what happens when I tap <back/dismiss> or how about segue animations?
Not complaining! Just curious. Will give it a shot now.
Thanks! Probably need more specifics on your concerns, but tapping back/dismiss should work as expected; Routable does have a `pop`[1] method, which will either pop the navigation stack or dismiss the visible modal controller. There's a configuration object for handeling transition and presentation options[2].
If any of that should be changed, definitely open an issue on the repo and we'll fix it
Comments
The API is very similar to the one Aaron Brethorts (cocoacontrols) wrote. Seems pretty cool though, but I am not sure how it handles deep hierarchies of vc´s.
What if I route to a particular controller, what happens when I tap <back/dismiss> or how about segue animations?
Not complaining! Just curious. Will give it a shot now.
Thanks! Probably need more specifics on your concerns, but tapping back/dismiss should work as expected; Routable does have a `pop`[1] method, which will either pop the navigation stack or dismiss the visible modal controller. There's a configuration object for handeling transition and presentation options[2].
If any of that should be changed, definitely open an issue on the repo and we'll fix it
[1]: https://github.com/usepropeller/routable-ios/blob/master/Rou...
[2]: https://github.com/usepropeller/routable-ios#presentation-op...