Search code examples
ioslaunch-screen

LaunchScreen & Splash Screen


I started remodeling an app I am working on. I wanted to change its launch screen image

So I went ahead and replaced the images that are in in LaunchScreen.xib file

The LaunchScreen.xib file launches the new image but leaves a blank white line where the status bar should be. (this white line is not part of the image)

How can I fix that ?

enter image description here

enter image description here


Solution

  • To every strange ios problem, there is an even stranger solution

    the solution for me was to set the constraint of the top layout guide to none other than -64...

    The reason for it, besides accounting for the 20 pixels of the status bar, i also need to account for the 44 pixels of the navigation bar