On my project, the first screen has a full-screen image in the background. I would like to painlessly switch images depending on device and orientation. I have a storyboard scene with a full-view UIImage.
I already know how to use the Asset library to specify a different image for iPad / iPhone and 1x 2x 3x. It will automatically select the best image.
Is there a way to do the same thing for an orientation change? I have a different image that I would like to display when the iPad is in landscape.