I'm developing an iOS app only in landscape mode. I'm loading the Launchscreen images as : [email protected], [email protected], [email protected], [email protected].
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.