I\'m working on a basic iOS app which supports both portrait and landscape modes. When the iPhone simulator keyboard is open in landscape and I\'m switching the app
I ran into this problem after I removed Main.storyboard and created the main window in code. Reverting back to using Main.storyboard fixed it for me.
Main.storyboard