Supporting iPhone 6 and iPhone 6+ with different launch/splash screen image for iPad Portrait and Landscape orientations

You don´t have to use the launch screen file to make your App iPhone 6 / 6+ resolution compatible. Instead, you can select the LaunchImage asset as your Launch Images Source.

It can be found at “App Icons and Launch Images” under your Targets:

enter image description here

If there is no LaunchImage asset just go to your Images.xcassets, make a secondary click (right click) and select “New Launch Image”:

enter image description here

The result is something like that:

enter image description here

Now just drag and drop your images for the specific resolutions you want to support and set the created LaunchImage asset as your source.

Hope it helps

Cheers

Leave a Comment