Remove Navigation Panel on iPad

Afaik I can't imbed images on here, so this may be difficult but let's try.


On iPad, my App is limited to Landscape. The home screen is the default navigaton view i.e. master/detail split. Within the detail split, the user will edit a few configurations and then tap on a "Continue" button which is actually another NavigationLink. I want the destination of this link to become full screen as if .navigationViewStyle of the top NavigationView switched from DefaultNavigationView() to StackNavigationView().


Is this possible?

SVC is not designed to do that.


If you were to 'remove' from the current UI, and step out, you'd risk breaking the ability to return/(go) back. Best to work with SVC instead, where the option is to not use a SVC at all, and DIY your own full screen UI that caters to your specifics.

Remove Navigation Panel on iPad
 
 
Q