1

I have an iOS app with the following settings:

Devices: iPhone

Device orientation: Portrait

When I start on a landscape-oriented iPad, however, it shows the launch screen in landscape mode (not properly resized), and the main screen x/y coordinates get switched within viewDidLoad (although the main screen appears in portrait). This does not happen when I run it on iPhone.

Any idea how to prevent it? Thanks

Alex
  • 303
  • 1
  • 9
  • Welcome to stack overflow :-) Please look at [ask] and how to create a [mcve]. This will help to get useful answers. – JimHawkins Jul 22 '16 at 07:39
  • Thanks. I tried to be as specific as possible in my question. There is no custom programming associated with the launch screen... – Alex Jul 22 '16 at 10:08

1 Answers1

9

Take a look at you app's info.plist file:

enter image description here

Change the config if need.

zylenv
  • 942
  • 4
  • 13