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
Following @Pichirich's answer, I referenced my launchimage in InterfaceBuilder as:
"LaunchImage.png"
...and with Xcode 5.0.2, it's automatically plucking the appropriate image straight out of the Asset Catalog.
This is what I'd expect - except for Apple's viciously nasty move of silently renaming "Default.png" to "LaunchImage.png" :)