Reputation: 120
I tried to follow several tutorials, but nothing happened. First of all, I had created new LaunchImage asset and filled it with images:
Then I've chosen this asset in Launch Image Source:
I guess I did enough to make it work, but when I launch my app I see nothing except wight launch screen, can you help me to make it work?
When I enter this asset name in UIImageView in LaunchScreen StoryBoard, this asset is invisible and I only have the huge sign of question:
Can you help me?
I added the target of my asset but nothing happened:
Upvotes: 0
Views: 147
Reputation: 8506
It seems like that you have not added the Images.xcassets
to its target. Add the target membership of your xcassets file.
Upvotes: 1