UIKeyboard额外按键
我正在寻找一种方法来向 UITextView
的键盘添加额外的按键或在其上方添加 UIToolbar
。
我该怎么办?
编辑
这是一个iPad应用程序,如果我要添加额外的按键,我需要在UIKeyboard
中为它们添加一个新行。
I am looking for a way to add extra keys to a UITextView
's keyboard or add a UIToolbar
above it.
How might I go about this?
EDIT
This is for an iPad app and if I was to add extra keys I would need a new row for them in the UIKeyboard
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一定要看看这个关于如何向键盘添加额外按键的优秀教程。
http://www.iphonedevsdk.com /forum/iphone-sdk-tutorials/7350-adding-subviews-cusstimize-keyboard.html
它是一个非常详细的解决方案,并指导您完成每一步。
我已经用过很多次了。我希望你也能。
让我知道这是否对您有帮助。
谢谢,
如果您需要更多帮助,请告诉我。
PK
definitely check out this excellent tutorial on how to add extra keys to the keyboard.
http://www.iphonedevsdk.com/forum/iphone-sdk-tutorials/7350-adding-subviews-custimize-keyboard.html
its a really detailed solution and guides you every step of the way.
i've used this many a times. I hope that you can too.
Let me know if this helped you a lil.
Thanks
if you need any more help do let me know.
PK