Unwanted SplitView on modal view displayed on iPad
问题 Testing my first SwiftUI app on iPad, I discovered that the modal views I display from my ContentView are displayed as Split views on the iPad, with the UI being truncated on the master side and the detail side is empty. I did check both posts here : Unwanted SplitView and, What's the equality of the UISplitView controller But their solution of applying the .navigationViewStyle(StackNavigationViewStyle) to the NavigationView does not work for me : I display my modals through user input (tap