I am using Xcode 5\'s Asset Catalog, and I would like to use my LaunchImage as the background image of my home view (a pretty common practice to make the transi
LaunchImage
With help of Pichirichi's answer I've implemented the following category (iOS 7+) : UIImage+AssetLaunchImage
It's actually little more than generating name on the fly, but probably will be helpful.