Custom Keyboard or to create own keyboard

谁都会走 提交于 2019-12-14 01:59:58

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/8322989/custom-keyboard-or-to-create-own-keyboard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!