当前位置:  开发笔记 > 前端 > 正文

带小数分隔符的数字键盘

如何解决《带小数分隔符的数字键盘》经验,为你挑选了2个好方法。

如何使用小数分隔符获取数字键盘?目前我被UIKeyboardNumberPad困住了.



1> deck john..:

你可以试试这个

UIKeyboardTypeDecimalPad



2> Simon Woodsi..:
typedef enum {
   UIKeyboardTypeDefault,
   UIKeyboardTypeASCIICapable,
   UIKeyboardTypeNumbersAndPunctuation,
   UIKeyboardTypeURL,
   UIKeyboardTypeNumberPad,
   UIKeyboardTypePhonePad,
   UIKeyboardTypeNamePhonePad,
   UIKeyboardTypeEmailAddress,
   UIKeyboardTypeDecimalPad,
   UIKeyboardTypeTwitter,
   UIKeyboardTypeWebSearch,
   UIKeyboardTypeAlphabet = UIKeyboardTypeASCIICapable // Deprecated
} UIKeyboardType;

如果您不喜欢这些,您可以随时在代码中修改它们...

http://openradar.appspot.com/6635276

这有一个解决方案:http: //www.iphonedevsdk.com/forum/iphone-sdk-development/6573-howto-customize-uikeyboard.html


我知道这是一个古老的话题,但是遇到这个的人应该注意到,从iOS 4.1开始,在该枚举中定义了一个名为UIKeyboardTypeDecimalPad的新UIKeyboardType.
推荐阅读
女女的家_747
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有