Using the LaunchScreen, which was introduced in Xcode 6, can I define different assets to use for iPad Landscape and Portrait? Since the traits for both iPad orientations are the same (which is a pity, btw) I can not distinguish between the two.
Does that mean, either use the same assets and layout constraints for iPad landscape and portrait or don't use a Launchscreen in a xib or storyboard, but rather resort to the "old way" with two entire screens for portrait and landscape?
Any tricks, that I am overlooking? I really would like to use Launchscreen.xib, as it seems very convenient to save the storage memory for the different fullscreen images for each screen size.


LaunchScreen-Landscape~ipad.xibbut i don't know if it will be automatically taken then. - Matteo Gobbi