Hi,
My app has been rejected three times now for this stupid problem that shouldnt be and I was wondering if anyone else has this problem with SwiftUI.
I rewrote an app, and it works in Portriate Mode. But when I make it into Landscape, the display disappers. The app displays a normal List view with options and includes a Navigation Link.
When a user selects an option and goes into the detail view, the same thing happens.
This problem is on the simulator AND an external device (iPhone XS Max and an 2018 iPad Pro).
Any ideas?
Thanks,
Dan Uff
If your app has NavigationView, you can check whether it have the same situation as this thread
https://forums.developer.apple.com/thread/119691
The display of NavigationView will be broken if not configured properly.