For questions about SwiftUI's NavigationStack
, a view that displays a root view and enables you to present additional views over the root view.
Questions tagged [swiftui-navigationstack]
198 questions
-1
votes
1 answer
Getting crash while going back in Navigation Stack, Not getting much out of back trace
I am getting crash while getting back from navigation stack. Basically, I was trying to migrate from NavigationView to NavigationStack.
below is the stack trace, some how not getting any hint why it's happening.
* thread #1, queue =…

Kraming
- 217
- 3
- 8
-2
votes
2 answers
NavigationStack with route switching. How to bring "value:" from the NavigationLink since already filled by the Route.link?
I'm using the new NavigationStack from SwiftUI. I'm using it with enum route switching.
How can I bring a "value:" to the "destination" view from the NavigationLink just like I would for a regular NavigationLink without the enum Route switch?
Here…

Pro Girl
- 762
- 7
- 21