Launching application in landscape orientation for IPad

后端 未结 4 2244
刺人心
刺人心 2020-12-08 12:31

Facing one issue with launching application in landscape orientation for IPad. I have developed IPhone application which later I ported to IPad.

I have made settin

4条回答
  •  执笔经年
    2020-12-08 13:14

    here's something I also discovered: setting the initial interface orientation in your info.plist is being ignored if you have Supported interface orientations set up with another orientation in the first slot! Put your initial orientation there as well - and the simulator will launch correctly, as will the app. this drove me nuts for a long time!

提交回复
热议问题