2

After updating to Xcode 11 and iPadOS this is how my view looks:

https://i.stack.imgur.com/NUUzt.jpg

Before the view was filling the whole screen.

When I switch to iPhone layout the issue disappears, but stays on all iPads.

Nocturne
  • 31
  • 6

2 Answers2

1

I had the same problem. I verified this began with iOS13. The fix in my case was to change the presentation style of the View Controller from "Automatic" to "Full Screen".

I want to understand better what changed here from 12 to 13, and if this is a proper fix. I'll update with anything else I find.

For context, my View Controller was being presented with a "Show" segue, which is an adaptive segue. So perhaps the adaptivity defaults have changed in iOS13.

enter image description here

sleep
  • 4,855
  • 5
  • 34
  • 51
0

You might want to define some constraints for regular width and regular height using size classes.

Michael M.
  • 500
  • 5
  • 10