I would like to use the launch images from the xcasset; I've already tried some ways but I can't get it works.
I've the standard LaunchImage asset, and the image file are called Default[@2x,...]
. Using [UIImage imageNamed:@"LaunchImage"];
always return nil. I've also tried with @"Default"
, but no results.
If you Just want to use the compiled images separately in your application:
By-default LaunchImage asset would generate following files:
To find them use below:
Note: 3 steps required to setup the assets properly are mentioned below. Are you missing anything ?
My Images:
Updating images in Launch Image source:
Drag and drop images in LaunchImage asset: