Xcode 11 Simulator with multiple windows/tabs?

Good, I have installed the new version of Xcode 11 and I have found that the simulator works differently. It is not simulated in full screen, but in a tabbed view. It is quite weird, even when touching on the second tab in the background nothing happens and the app is frozen.


I would like the simulator to work as before this version 11, in full screen and without tabs.
This is a screenshot of my simulator: https://ibb.co/LCXNzM8


Can you configure as it was before?

I was also having the same difficulty. It turns out that there was a change in the "present modal" pattern, and all my view controllers were set to "automatic". Changing to "FullScreen" returns to the previous operation.

I found this through the link below:

https://stackoverflow.com/questions/56435510/presenting-modal-in-ios-13-fullscreen

Xcode 11 Simulator with multiple windows/tabs?
 
 
Q