How do you get the keyboard (for editing a UITextField) to come up in the correct orientation if you are in Landscape mode?
I'm doing a game in openGL in landscape mode.
I add a UITextField when it's time for the user to enter their name for a high score. I can rotate the UITextField (with a CGAffineTransformMakeRotation thanks) but when the user taps in the TextField, the keyboard pops up in Portrait Mode. Not landscape.
I know the keyboard CAN come up in Landscape mode (it does in Safari) so how do I set it?