Skip to content
Discussion options

You must be logged in to vote
  1. I have a tab-based app so if I went with stack-based navigation would I create separate paths for each tab? It would seem so but I would to hear any ideas on this.

Yes, if you are using stack-based navigation, then each tab feature would maintain its own navigation path.

  1. I have updated a feature to include the unified navigation (aka struct Destination) for a sheet and an alert so it seems like an easy step to add .navigationDestination to the view and a new entry in Destination for the drill-down detail but I am stuck on the NavigationLink part (and I haven't found any sample code to help me out).

If you are are targeting iOS <16, then you can use NavigationLinkStore to drive nav…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sillygoose
Comment options

Answer selected by sillygoose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants