How to add image to LaunchScreen.storyboard

0

It's been a while since I've been trying to add an image to the LaunchScreen.storyboard of an iOS app I'm developing.

Text I can add and view while loading the app, but I can not see an image that I added through the "image view" component. In the Xcode interface I view the image in the storyboard, however, it does not appear in the app loading.

    
asked by anonymous 15.09.2016 / 19:37

1 answer

0

Good,

The image may be out of assets works the same, however I do not think it is advisable as it is advised to always use the assets folder to save the project files.

    
02.10.2016 / 04:28