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.