Posts

Post not yet marked as solved
0 Replies
1.1k Views
I wonder how to navigate to a specific UI state programmatically for deep linking or state restoration purposes when using `NavigationView` and `TabbedView`. I guess `TabbedView(selection: $selectedTab)` needs to be used, and `$selectedTab` could somehow leverage `Publishers.SwitchToLatest` to either set the value from the outside (a publisher passed as initializer parameter), or from the inside (when user presses tabbar button). I‘m a bit vague on the details, but it sounds possible. Any suggestions?
Posted
by fabb.
Last updated
.