0

I am trying to set an image in my Splash Screen inside LaunchScreen.xib and the image there looks fine but then when I launch my app the image shows with black background.

Note: there is no black background on preview inside LaunchScreen.xib. And when Im using the same image in other place in the app it works greate and there in no background but only the logo

obiwankenoobi
  • 1,504
  • 5
  • 18
  • 37

1 Answers1

0

Your launch images source might set to use asset catalogs, go to your Target -> General -> App Icons and Launch Images and see if it's set correctly.

enter image description here

Jason J
  • 48
  • 3