I've been struggling to make the launch screen on iOS behave how I want it. On Android it was no problem.
Basically I have 1 large image that is large enough for all devices and resolutions. I want it to be centered on the screen regardless of screen size or orientation. This is easy and can be done by constraining to the edges. The problem is my image is always larger than the screen and I want it to be cropped to fit but the behavior I keep getting is that the image is resized to fit which ever direction is smaller leaving the background color visible on the larger direction. I would rather is sizes to the larger direction and cropping on the smaller or cropping on both.