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.
Read iOS Human Interface Guidelines provided by Apple and confirm all your images are in required sizes or not. Also go through image naming conventions are approprite or not.
Because Launch Images should be picked up automatically as per device and its orientation.
Here is the link:
https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html#//apple_ref/doc/uid/TP40006556-CH27-SW2