I want to specify different background images for iPhone each device. Like this
iPhone 6 Plus 1242x2208 pixels bg@3x.png
iPhone 6 750x1334 pixels bg@2x.png
iPhone 5 640x1136 pixels bg@2x.png
iPhone 4 640x960 pixels bg@2x.png
iPhone 3GS 320x480 pixels bg.png
In LaunchImage
there is option available to specify images for Retina HD 4.7
device. So no problem for Launch Images.
In .xcassets
file, I have option for 1x
, 2x
, Retina 4 2x
and 3x
. But there is no option for iPhone 6 (1334x750)
device.
So how to provide 1334x750 px
image for iPhone 6 device? Looking for some solution using .xcassets
file, not by programmatically loading images for each device.
I have already visited the related SO's questions, but none of them answers specifically for iPhone 6 device images.
iPhone 6 Plus resolution confusion: Xcode or Apple's website? for development