Search code examples
iosxcodenslayoutconstraintlaunch-screen

Launch screen doesn't display the logo image


In my launchscreen storyboard, I have 2 image views, one for the background and the other for the logo.

It was working fine until I just changed the image of the logo!

I will get only the background!!!

Here a screenshot of the storyboard:

enter image description here

and here a screenshot of what I get:

enter image description here

I double checked the constraints and everything is fine and set properly. I just changed the logo image and everything messed up.

How to solve this and whats wrong?!


Solution

  • The device cache the old launch screen and doesn't show your new images, just try to restart the device then reinstall, it will show your new images