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 ?