The new NavigationSplitView is very handy. I want to use it for a settings screen, but I need a way to navigate in and out of it.
Previously I just navigated in and out of my settings using a NavigationView.
But if I change this to a NavigationStack, and then navigate forward into a NavigationSplitView from it, it almost works fine, but some weirdness happens: on iPhone there are two competing back arrows (i.e "<") and on an iPad there is weird spacing at the top of the screen.
- Should I be able to navigate from a NavigationStack into a NavigationSplit View?
- If so, are these known issues?
- If not, is there a recommended UI for navigating in and out of a NavigationSplitView from the rest of my iPhone/iPad app?
thanks!