I have searched around for making a sample on creating my custom keyboard but nothing seemed to help. So Please provide me a code sample to create my custom keyboard
please help me out
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
YourKeyboard.h :
YourKeyboard.m :
Now – make your own .xib file with any view you want. Connect every button with “buttonTapped” method. Assign proper ASCII code as a tag for each button. I am using this solution and everything works fine.
Usage:
You are creating view controller as a YourKeyboardControllerDelegate.
and in .m file