iphone 的键盘可以用什么代替?
我正在制作一个应用程序,其中我使用键盘在文本字段中输入。现在我的客户要求是他需要用键盘输入代替文本字段。基本上我需要文本字段的增量和减量值。所以我需要一些其他函数用于增加和减少文本字段的值。为此,我使用了键盘,现在我需要任何其他功能,例如递增和递减运算符或点击以递增和递减文本或任何其他内容。我用什么来达到这个目的?
预先感谢...
I am making an application in which i have use a keyboard for input in text field. Now my client requirement is that he need a substitute of keyboard input for text field. Basically i have need increment and decrement value of text field. SO i need some other function which is used for increment and decrement value of text field. For that i have use keyboard and now i require any other function like increment and decrement operator or tap to increment and decrement text or any thing else. What i used for that purpose?
Thanks in advances...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在文本字段旁边放置一对向上/向下按钮。当键盘可见时,UIButtons 仍然可以工作。您还可以在不需要时隐藏这些按钮。
Put a pair of up/down buttons next to the text field. UIButtons will still work when the keyboard is visible. You can also hide these buttons when they aren't needed.