Replies: 2 comments 4 replies
-
I would also be interested in an example using the new SwiftUI NavigationSplitView. I'm not sure what "the way" to do navigation is at the moment. (I know tools are coming!) |
Beta Was this translation helpful? Give feedback.
-
While we're looking to provide navigation tools on top of Apple's foundational tools, we have encountered enough bugs in vanilla SwiftUI navigation that, depending on your use case and requirements, it may be a showstopper for you. Here are the ones we've filed: https://gist.github.com/mbrandonw/f8b94957031160336cac6898a919cbb7 You may particularly want to be aware of the bug in which We'd love to find workarounds and fixes for these bugs and bake them into TCA and/or our SwiftUI Navigation library, but there's only so much we can do without starting from scratch. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Could anybody show an example of how I can make complex navigation with tabs and NavigationStack? The cases should include deep links and change a tab from reducers.
Beta Was this translation helpful? Give feedback.
All reactions