Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为 ios 制作高棉键盘。如何在objective-C中制作这个键盘?
我认为您应该为相应的语言字母创建一个带有按钮的视图,它看起来像 iPhone 键盘,并将此视图设置为文本字段的输入视图为
textField.inputView = yourkeyboarview;