while my landscape-only app is launching, it initially launches the load screen in "Landscape (left home button)" mode regardless if the home button is on the right. When it is finished launching, the app view controller appears in "Landscape (left home button)" mode briefly and then rotates to the correct orientation. I have the supported interface orientations with "Landscape (left home button)" and "Landscape (right home button)" and also the supported device orientations selected properly. I've noticed a few other apps doing this as well but most launch correctly. What am I missing?
Asked
Active
Viewed 641 times
1
-
To clarify: app launches with wrong orientation, but quickly switches to correct one? Does [this](http://stackoverflow.com/questions/5888016/ios-device-orientation-on-load) answer your question? – johnluttig Dec 24 '11 at 22:17
-
Your clarification is correct but I've tried those solutions to no avail. The app launches in the incorrect orientation and quickly corrects itself as soon as the viewcontroller appears. – user973984 Dec 24 '11 at 23:26