Holger Sindbaek
Holger Sindbaek

Reputation: 2344

Customize the appearance of the iOS keyboard

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

Answers (3)

Deepak
Deepak

Reputation: 1278

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

https://github.com/caydenliew/CLKeypad

Upvotes: 0

chandhooguy
chandhooguy

Reputation: 442

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

Beware, this is a pretty complicated task.

Upvotes: 3

SpaceDust__
SpaceDust__

Reputation: 4914

For simple functionalities you can always use textfield properties .

enter image description here

For custom things check This Question

and

This Link

Upvotes: 1

Related Questions