Hacker News new | ask | show | jobs
by 10char 4815 days ago
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...