Custom Keyboard or to create own keyboard
Asked Answered
C

1

2

i would like to increase the keyboard key size is that possible?

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

Ceil answered 30/11, 2011 at 8:27 Comment(0)
C
3

Standard keyboard appears as a window and you cann't change its size.

Custom keyboard is just a custom view with backgroundImage and about 30 buttons. I guess you should provide some datasource for this view (for different language supporting) and delegate like a (void)keyboardDidPushLetter:(MyCustomKeyboard *)keyboard atIndex:(NSInteger)index;. Just start implement it.

Chihli answered 30/11, 2011 at 8:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.