0
It’s been a long time since I’ve been trying to add an image to Launchscreen.storyboard of an iOS app I’m developing.
Text I can add and view while uploading the app, but I can’t see an image I added through the "image view" component. In the Xcode interface I see the image in the storyboard, however, it does not appear in the app load.
Instead of adding the image to the project folder, add the image to the Assets and test to see if the problem solves
– Jeferson Assis
Really that solved, thanks. But it would be possible to use an image that is outside the Assets?
– Fábio Jânio
Possible is, is not recommended and is not a good practice
– Jeferson Assis
Use Images.xcassets as you have already commented. There seems to be no reason to do for a Uiview as you wish. Unless you can explain why.
– Daniel Omine