0

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

malhobayyeb
  • 2,725
  • 11
  • 57
  • 91
  • Does your app include a launch storyboard? If you are still using launch images you either need to include all device size images or (highly recommended) adopt a launch storyboard – Paulw11 Dec 08 '19 at 21:41

1 Answers1

1

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

Nick
  • 875
  • 6
  • 20