Yuri Chukhlib
Yuri Chukhlib

Reputation: 120

Can't set Launch images for universal application

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

Upvotes: 0

Views: 147

Answers (1)

pkc456
pkc456

Reputation: 8506

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

Upvotes: 1

Related Questions