I use the Apple SwiftUI tutorial code. Then I set the previewDevice to iPad Pro (12.9-inch). But the preview has something wrong. Does anyone know where the problem is?
In my case what make the difference was using StackNavigationViewStyle and no padding were needed.
StackNavigationViewStyle
NavigationView { ... } .navigationViewStyle(StackNavigationViewStyle())