XCoordinator
XCoordinator copied to clipboard
🎌 Powerful navigation library for iOS based on the coordinator pattern
https://github.com/QuickBirdEng/XCoordinator/issues/230
Hi and thanks for this awesome library. We are using several Coordinators in our App. Now we would like to log which route has been triggered. We could implement this...
Hi guys! Thank you for an amazing library. I've just discovered it after 2 years of doing Coordinators from scratch myself in every project. I was just exploring the project...
Planned for 2.1 Changelog: - Only add children after a transition is finished. This will hopefully reduce the likelihood of deallocation issues, but this needs extensive testing to make sure...
Hi, I really like this framework and would like to use it for navigating with a side menu, however, I'm stuck with its implementation into a container beside a sideMenu...
I want to use RedirectionRouter on my projects, but I just found a documentation in README about that.
Hi, I am trying out the XCoordinator and got this problem, which I do not know the solution to. Not sure if this is the right place to ask such...
Hey folks, XCoordinator looks great. Is there any possibility of adding support for macOS? Considering that you're planning to add support for watchOS, it'd be nice to cover the desktop...
Planned for 2.1 Changelog: - Add `contextMenuInteractionDelegate(for:)` to any coordinator to create a simple `UIContextMenuInteractionDelegate` that displays a preview from a given route and performs the transition whenever the preview...
Hello, I was really impressed by the design you described as a solution for SwiftUI navigation here: https://quickbirdstudios.com/blog/coordinator-pattern-in-swiftui/. It is really impressive how it achieves decoupling while still being so...