Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any good tutorial for custom keyboard implementation in iOS?

I need to make a custom keyboard for a regional language "Tamil" and I had to bring in tamil font if the user presses the custom keyboard keys. Is that possible? If so any tutorial or resources available?

Thanks in advance.

like image 656
nOOb iOS Avatar asked Apr 18 '12 01:04

nOOb iOS


People also ask

Does IOS custom keyboard?

Custom keyboards are enabled in the Settings app, under General > Keyboards. Once enabled, the keyboard is available during text entry within any app, except when editing secure text fields and phone number fields. People can enable multiple custom keyboards, and switch between them at any time.


1 Answers

http://cocoacontrols.com/platforms/ios/controls/amkeyboardnumberpad , it is a simple key board but you can see how it is implemented for a quick start.

This site has really good open source controls for IOS. Hope it helps

like image 86
Amna Irshad Sipra Avatar answered Sep 21 '22 12:09

Amna Irshad Sipra