Is there a way to modify or make your own iPhone keyboard so that you can type in unsupported languages?
|
|
You can create your own keyboard, but actually using it is more difficult. To create it:
More details on this are available in the documentation. Unfortunately, actually using this custom keyboard is more difficult. As of iOS 4.3, neither UITextField nor UITextView conform to the As of iOS 5.0, UITextField and UITextView finally do implement the UITextInput protocol. It should now be a simple matter to insert and delete text at the cursor position. |
||||
|
|
|
No, there is currently no way to do this. There are some hacky ways of adding your own button via adding SubViews. But it is unsupported and could fail at any time. If you decided to create your own, you would probably have to roll your own textbox control and any other control that needs a keyboard. In other words, not really an ideal option. |
|||
|
|