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?
while my landscape-only app is launching, it initially launches the load screen in Landscape
Share
Make sure you are using Default-landscape.png (as opposed to just Default.png). See this post.