In iOS, if you create a UIView that implements UIKeyInput, you can get a keyboard by becoming first responder. When that keyboard appears, it has a system defined inputAccessoryView, like this:
How do I make this go away, and get a bare keyboard?
In iOS, if you create a UIView that implements UIKeyInput, you can get a keyboard by becoming first responder. When that keyboard appears, it has a system defined inputAccessoryView, like this:
How do I make this go away, and get a bare keyboard?