键盘顶部的工具栏
如何在 iPad 键盘顶部显示带有“下一个”和“上一个”按钮的工具栏,就像在 ShareKit 中一样(登录时)?我有很多文本字段,我需要使用工具栏按钮在这些文本字段之间切换
How can i show toolbar with "Next" and "Previous" buttons on top of the keyboard on iPad like in ShareKit(when logging in)? I have many of text fields, and i need switching between this text fields by using toolbar buttons
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您的喜好设计工具栏,然后将其设置为 InputAccessoryView UITextField 的属性,其键盘应与该属性一起使用。每当它出现时,它就会自动显示在键盘上方。
Design your toolbar however you prefer, then set it to the InputAccessoryView property of the UITextField whose keyboard it should accompany. It will be automatically displayed above the keyboard whenever it appears.