iPad custom Keyboard GUI

后端 未结 2 1327
悲哀的现实
悲哀的现实 2020-12-14 13:27

I want to create custom GUI for keyboard layout instead of normal layout. How can I achieve this?

Can anyone help me ?

Is there any built-in style/layout ava

相关标签:
2条回答
  • 2020-12-14 13:35

    I collected a view links about this topic with screenshots of keyboard-layouts + links about the programming-background. The article is in german but the links are all english: http://uxzentrisch.de/custom-mobile-keyboard-design/

    Thanks for your answer, Jorge!

    0 讨论(0)
  • 2020-12-14 13:44

    You use the inputView property of a UITextField or UITextView. Simply assign it a custom view of your own. Then, when the receiver becomes the first responder, the system will automatically show your custom view as the keyboard. It will also hide it, when resigning first responder.

    As far as I know, there are no templates.

    0 讨论(0)
提交回复
热议问题