I am recently having problems displaying images in my LaunchScreen.storyboard. I don't know if this is related or not, but I upgraded to Xcode 9 right before trying to add an Image View. Here are the scenarios that I am trying.
Working:
- I can display images that I had in my Assets folder prior to upgrading. This works in both Main.storyboard and LaunchScreen.storyboard.
- I can display new images on my View Controllers that are in my Main.storyboard
Not Working:
- I cannot display new images in my LaunchScreen.storyboard.
I am wondering if I may have unintentionally changed a setting for my Launchscreen.storyboard as the problem does not exist in my Main.storyboard, but I don't know what setting this would be. But if this is the case, I don't know why it would display old images, but not new ones.
I don't believe that the images are the problem because I have duplicated the images in Finder, added the new image to my project, and I can still only get the original image to display (the duplicate won't). I have also tried images of several different sizes and types (.png and .jpg).
Any ideas?