In iOS 13 there is a new behaviour for modal view controller when being presented.
Now it\'s not fullscreen by default and when I try to slide down, the app just dis
Quick solution. There are already really great answers above. I am also adding my quick 2 points input, which is presented in the screenshot.
If you are not using Navigation Controller
then from Right Menu Inspector
set the Presentation to Full Screen
If you are using Navigation Controller
then by default it will present full screen, you have to do nothing.