My app supports iOS7 and iOS8. I want to use the new Launch Screen xibs for iOS8, but since I'm targetting iOS7, I get this warning:
Applications using Launch Screen Files and targetting iOS 7.1 and earlier need to also include a Launch Image in an Asset Catalog.
I had removed my Launch Screen Images from the Asset Catalog, so I put them back to make the warning go away. However, when I do that, then my app always shows the Launch Image instead of the new Launch xib, even if I'm using iOS 8.
How can I have a hybrid set up that chooses the Launch Screen File for iOS8 and falls back to the Launch Screen Image Assets for iOS 7?