I develop a simple game in iPhone. The whole game is in landscape mode, but the scoreboard page only support portrait mode. I have checked the questions here, I only find turn portrait into landscape mode, but I need the opposite answer. Could anyone help me?
Share
It’s very simple. First, make sure both portrait and landscape orientations are supported in the target summary. Then:
In the landscape ViewControllers, add this:
And in the portrait ViewController, add this: