How to remove black area above my app after Xcode 11?

148 Views Asked by At

My app was working fine until iOS 13 I faced new issues in the UI top portion.

First the screens became as Cards and I changed the ViewController Presentation to Full Screen and my segues Kind to Present Modally and Presentation to Full Screen

However I am still having blank black area above my app's screen.

App Screen in Simulator:

enter image description here

App Screen in Simulator:

enter image description here

App Screen in Storyboard:

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

I have figured out this issues on Xcode 11. Please flow this below steps:

  1. If you are using launch screen and launch screen not added on your project, then add new LaunchScreen.storyboard file. Add a launch screen LaunchScreen.storyboard file to your project. (File -> New -> File... -> Launch Screen)

enter image description here

  1. Now choose your project name in Xcode. -> Select your project target -> General -> App Icons and Launch Images -> Launch Screen File: LaunchScreen.storyboard

enter image description here