自定义键盘或创建自己的键盘

发布于 2024-12-18 12:15:50 字数 101 浏览 2 评论 0原文

我想增加键盘按键大小可以吗?

如果我需要创建自己的自定义键盘,我想增加键盘按键的大小。 请告诉我如何实施这个...... 任何教程或代码示例都会有帮助。 感谢您的时间和意见

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

简单气质女生网名 2024-12-25 12:15:50

标准键盘显示为一个窗口,您无法更改其大小。

自定义键盘只是一个带有背景图像和大约 30 个按钮的自定义视图。我想您应该为此视图提供一些数据源(用于不同的语言支持)并像 (void)keyboardDidPushLetter:(MyCustomKeyboard *)keyboard atIndex:(NSInteger)index; 一样委托。就开始实施吧。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文