Xcode 11 iPad storyboard is not full screen. Is it some new behavior or error?

Viewed 1502

In Xcode 10.3, when I switched from iPhone storyboard into iPad storyboard, everything is working fine, but after upgrading to Xcode 11.1, here is my VC in iPad storyboard:

enter image description here

but when I switch back to iPhone storyboard, everything is ok:

enter image description here

In Xcode 10.3 VC is normally over full screen. Is this some error from Xcode 11, or something has significantly changed with new version?

Thanks.

1 Answers

Yes the default modal presentation in now page sheet . not fullscreen or form sheet . But you can manually switch it

Related