Hi,
I'm following a tutorial where CoreSpotlight is discussed. The tutorial talks about selecting a data item from spotlight and then have the app go to (either use stacked view or push a new one) a specific child view in the navigation stack... Here's a snapshot of the NavigationLink it uses.

Here's the signature (this is the newer version).
NavigationLink(tag: Hashable, selection: Binding<Hashable?>, destination: () ->, label: () -> _)
I just wondered if this could be implemented in XNavigation ?
Hi,
I'm following a tutorial where
CoreSpotlightis discussed. The tutorial talks about selecting a data item from spotlight and then have the app go to (either use stacked view or push a new one) a specific child view in the navigation stack... Here's a snapshot of theNavigationLinkit uses.Here's the signature (this is the newer version).
I just wondered if this could be implemented in XNavigation ?