是否可以为 iPhone 创建完全定制的键盘?
我想做一个定制键盘。任何一个 1. 创建一个视图,其中包含与默认键盘类似的所有按钮,但在控件中进行了一些更改。 或者 2. 是否可以更改现有键盘或其字母/数字的颜色。
可以做其中任何一个吗?有类似的事情吗?
I want to do a customised keyboard. Either
1. Create a view with all the buttons similar to default keyboard present but with some changes in the controls.
OR
2. Is it possible to change the color of already present keyboard or its alphabets/numbers.
Is it possible to do either of them? Is there anything similar to this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你可以,而且并不难。在 iOS 版本 3.2 及更高版本中,您可以设置
inputView
任何响应者的属性。当该响应者成为第一响应者时,将显示输入视图。Yes, you can, and it's not difficult. In iOS versions 3.2 and greater, you can set the
inputView
property for any responder. When that responder becomes first responder, the input view will be displayed.