I'm developing an iOS app only in landscape mode. I'm loading the Launchscreen images as : Default@2x.png, Default-568h@2x.png, Default-667h@2x.png, Default-736h@3x.png.
The problem is that whenever i launch the app in iPhone6 or 6+ it gets the screen dimensions from iphone5.
P.S. I've tried using Images.Xcassets but it did not worked for iPhones<6.
Thanks.