Rotate a UIImage based on orientation

In my LaunchScreen.storyboard I have a simple image that's constrained to the view to be in the very center of the screen.


The problem is that if the user is holding the phone in landscape mode the image doesn't appear at all.


Any ideas on how I can fix this using constraints, code, or some other method?


Thanks!

Replies

What iOS?


What device does the app support?


How are you testing...sim or device?


Which orientations did you enable in that app's Info.plist?


Is the image missing completely, or is that a chance it's there and sitting outside bounds?