PDA

View Full Version : how to make a Custom Keyboard Layout




arjit
Mar 12, 2009, 08:08 AM
I am making an application where i need a custom keyboard like these people have done it http://www.iphone.org.hk/wiki/index.php/IAcces-en
is there a way of doing it in sdk ? or we have to do somthing else ?



jnic
Mar 12, 2009, 08:22 AM
You could create your own keyboard view using a set of UIButtons and overriding becomeFirstResponder (and related methods).