Custom keyboard or create your own keyboard

I would like to increase the size of the keyboard keys, perhaps?

if I need to create my own custom keyboard, I want to increase the size of the keyboard keys. Please provide me with how I can implement this ... any tutorials or code examples would be helpful. Thanks for your time and views.

+2
source share
1 answer

The standard keyboard appears as a window, and you cannot resize it.

- backgroundImage 30 . , ( ) (void)keyboardDidPushLetter:(MyCustomKeyboard *)keyboard atIndex:(NSInteger)index;. .

+3

All Articles