0

I tried to follow several tutorials, but nothing happened. First of all, I had created new LaunchImage asset and filled it with images:

enter image description here

Then I've chosen this asset in Launch Image Source:

enter image description here

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:

enter image description here

Can you help me?

I added the target of my asset but nothing happened:

enter image description here

Yuri Chukhlib
  • 120
  • 11

1 Answers1

1

It seems like that you have not added the Images.xcassets to its target. Add the target membership of your xcassets file.

enter image description here

pkc456
  • 8,350
  • 38
  • 53
  • 109