how to add images to launch screen

I have launch images in an .xcassets file, and I have a launch screen story board which does launch.

Problem is, I don't know how to add images to the story board, since you cannot use custom classes,

which is the way I usually manipulate what displays in a view controller.

Can you add an image, and specifically a launch image from the (xc)assets file, to the lauch screen,

or launch screen story board? How?

(Well apparently, if I erase the launch story board file name from the "general information" of the target, then the launch images launch. Still It seems one should be able to add images to the launch story board, since the story board is the new prefered method...)

Just add a UIImageView to the launch storyboard and set its image in the storyboard

An xcassets file has many images, one for each screen size - how does that work with the storyboard?

how to add images to launch screen
 
 
Q