Preserve Navigation State in SwiftUI
I have a Problem preserving the Navigation state in my iOS App. I have a NavigationSplitView (sidebar) with a list of NavigationLinks. Each NavigationLink Navigates to a View With a NavigationStack and its own NavigationLinks with NavigationDestinations and a Navigation Path. I want to save the path using @ScenenStorage (after serialization) so when I navigate … Read more