I\'m trying to get an image to display as the launch screen from my Launch Screen.storyboard file, however the image never displays. I have labels that show up fine, but the
Was changing the background image of the splash screen and the new image wasn't showing (react native project).
Following the answers from others.
I did all the below and it was fixed:
Just to add my $0.02 to this question; I got this solved by using PNG images instead of JPG/JPEG images.
After converting the images to PNG and crunching them to reduce the size a little, everything worked fine.
It happened to me and makes me crazy, beyond get me lose some minutes 'til I figure it out.
So, like was said before:
On the design screen, it will not appear, but when you run your app, it will be shown.
I hope it can help!
I had that problem after adding image to project and shotdown the device the problem solved
My issue.
Reason: I have renamed the images after dragging into Xcode. Solution: Don't rename images after dragging into Xcode. It creates problems for understanding Xcode. Rename images before dragging/adding into Xcode.
Hope it helps you out!
Restart your device and clear x-code derived data