I've been having issues with the launch screen in my app displaying correctly on iPad - the launch screen is only showing on ~1/3rd of the display. I think it started when I updated to iPadOS 16 but can't be sure.
To confirm it's not an issue with my launch screen file, I have also tested a launch screen with image and background color (the SwiftUI style I believe) and I created an empty Swift Storyboard app with no modifications. In both cases it exhibited the issue.
This is what it looks like in my app now:
When I originally made the launch screen it would look like this:
This issue appears on my 11" M1 iPad and 12.9" M2 iPad but not on my 6th gen iPad Mini. All 3 devices on are on iOS 16.1. It also does not show up in the iOS simulator. My development machine is on macOS 13 with Xcode 14.1.
Thanks in advance.