Reputation: 2344
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?
Upvotes: 5
Views: 2777
Reputation: 1278
I think this may help you for look and background of keyboard
https://github.com/caydenliew/CLKeypad
Upvotes: 0
Reputation: 442
The closest you could probably get is by following the tutorial here
Beware, this is a pretty complicated task.
Upvotes: 3
Reputation: 4914
For simple functionalities you can always use textfield properties .
For custom things check This Question
and
Upvotes: 1