5

How would I go about this? I want to keep all the functionality of the keyboard (spell-checking, being able to change languages, etc), but I want to customize the look and feel of the buttons and the background.

How would I go about this?

woz
  • 10,888
  • 3
  • 34
  • 64
Holger Sindbaek
  • 2,278
  • 6
  • 41
  • 68
  • There are various tricks you can play to overlay buttons with other ones. A popular one is to overlay the "." button on the numeric pad to provide a "Done" key. And there's probably an opensource project somewhere to provide a DIY keyboard. – Hot Licks Dec 13 '12 at 17:06
  • That would probably also be good for a done button. But when you need to do it to all the buttons, and for all the buttons with all the different languages that are out there, then I don't know if it's an option anymore. – Holger Sindbaek Dec 13 '12 at 17:19

3 Answers3

3

The closest you could probably get is by following the tutorial here

Beware, this is a pretty complicated task.

chandhooguy
  • 452
  • 3
  • 14
1

For simple functionalities you can always use textfield properties .

enter image description here

For custom things check This Question

and

This Link

Community
  • 1
  • 1
SpaceDust__
  • 4,844
  • 4
  • 43
  • 82
0

I think this may help you for look and background of keyboard

https://github.com/caydenliew/CLKeypad

Deepak
  • 1,278
  • 3
  • 15
  • 23
  • 1
    Thanks. There's also a github project with a whole keyboard out there, but it doesn't work for multiple languages. That's the big problem. – Holger Sindbaek Dec 20 '12 at 19:36