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.
我想增加键盘按键大小可以吗?
如果我需要创建自己的自定义键盘,我想增加键盘键的大小。请告诉我我该如何实现这个......任何教程或代码示例都会有所帮助。感谢您的时间和意见
标准键盘显示为一个窗口,您无法更改其大小。
自定义键盘只是一个带有 backgroundImage 和大约 30 个按钮的自定义视图。我想您应该为此视图提供一些数据源(用于不同的语言支持)并像(void)keyboardDidPushLetter:(MyCustomKeyboard *)keyboard atIndex:(NSInteger)index;. 只需开始实施它。
(void)keyboardDidPushLetter:(MyCustomKeyboard *)keyboard atIndex:(NSInteger)index;