iPhone/ObjC - How to create a custom keyboard

Posted by HM1 on Stack Overflow See other posts from Stack Overflow or by HM1
Published on 2011-01-10T02:12:45Z Indexed on 2011/01/10 3:53 UTC
Read the original article Hit count: 224

Filed under:
|
|

Hi,

iPhone/objC question:

How do I go about creating a custom keyboard/keypad that will show up when some one taps on a UITextField? I would like to display a keypad with a, b, c, 1, 2, 3 and an enter button, nothing else. The keypad should work and behave like the standard keyboard does (in behavior) but it will definitely look different.

I can't find any example and the best I've found is to filter characters with existing keyboard which is an unacceptable solution.

Thanks in advance,

Hiren.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c