如何使用 UIKeyboardTypeNumberPad 格式插入十进制数字?
我正在开发一个应用程序,采用酒店名称和价格名称,所以我为它们使用 UITextField,当我插入价格时,我使用 UIKeyboardTypeNumberPad,但不幸的是有返回键,没有完成键和没有小数键,因为价格可以就像 15.22 美元,那么解决这个问题的方法是什么?
I am developing a app, taking hotel name and price name so I am using UITextField for them, and when I am inserting price, I am using UIKeyboardTypeNumberPad, but unfortunately there is return key, no done key and no decimal key, because price can be like 15.22$, so what is solution for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用数字 &标点符号键盘
编辑:
UIKeyboardTypeDecimalPad 类型仅显示它们,但仅在 4.1 及更高版本中可用。
use numbers & punctuation keyboard
EDIT:
The UIKeyboardTypeDecimalPad type only shows them, but is only available in 4.1 and later.