I've got a text field which only requires letters as input and I'm somewhat space-constrained, so I'd like to customize the keyboard like they've done in this crossword puzzle app:
Notice how the bottom row, which is normally the number key, spacebar, and return key, are missing. Here's what the keyboard normally looks like:
If I've got a UITextField, is there a way to customize the keyboard which it uses when it gets focus to not include these keys?
Thanks