Question

How do I ask for a UIKeyboard to appear from the bottom of the iPhone screen (side, ie. left or right in portrait) when in landscape mode while editing a UITextfield?

Put more simply, I need a landscape UIKeyboard.

Was it helpful?

Solution

Try implementing the shouldAutoRotateToInterfaceOrientation method.

OTHER TIPS

I'm not sure that you can. I would guess that you would be messing with the inputView of your firstResponder, either by subclassing the inputView or overriding some property of the firstResponder.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top