从自定义 iPhone 键盘读取字母
我正在尝试构建一个为用户提供破译谜题的应用程序。 我已经遵循了有关如何向数字键盘添加小数的示例代码,并且效果很好。 我想扩展它,以便整个键盘都充满自定义图像。
是否有可能有一段代码,当用户按下某个符号时,iPhone 将其读取为“A”?
感谢您的任何和所有帮助。
I'm trying to build an app that is a code breaking puzzle for the user. I've followed sample code on how to add a decimal to the numeric keypad and it works great. I would like to expand this so the whole keyboard is filled with custom images.
Is it possible to have a piece of code that when the user presses on a symbol the iPhone reads it as an "A" for example?
Thanks for any and all help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加到您的 UITextFieldDelegate (或 UITextViewDelegate):
Add to your UITextFieldDelegate (or UITextViewDelegate) :