美文网首页
苹果键盘的类型

苹果键盘的类型

作者: zhouios | 来源:发表于2017-05-03 13:45 被阅读0次
     UIKeyboardTypeDefault,
     UIKeyboardTypeASCIICapable,没有中文和表情
     
     UIKeyboardTypeNumbersAndPunctuation,没有表情
     UIKeyboardTypeURL,都有
     UIKeyboardTypeNumberPad,只有数字
     UIKeyboardTypePhonePad,只有数字和几个特殊的符号
     UIKeyboardTypeNamePhonePad,都有
     UIKeyboardTypeEmailAddress,都有
     UIKeyboardTypeDecimalPad 数字和点
     UIKeyboardTypeTwitter 都有
     UIKeyboardTypeWebSearch 都有
     UIKeyboardTypeASCIICapableNumberPad只有数字
     
     UIKeyboardTypeASCIICapable,没有中文和表情

相关文章

  • 苹果键盘的类型

  • iOS中键盘的真实类型

    从调试工具可以看出,键盘的类型是UITextEffectsWindow,但是这是苹果的私有类型,不允许我们直接使用...

  • 关于三方键盘和系统的自动切换问题

    iOS键盘类型(UIKeyboardType) UIKeyboardType键盘类型注释UIKeyboardTyp...

  • iOS键盘类型(UIKeyboardType)

    UIKeyboardType键盘类型注释UIKeyboardTypeDefault当前键盘的默认类型UIKeybo...

  • 输入和输出

    输入和输出 1、输入 2) input 函数实现键盘输入 3) 类型转换函数 4) 变量输入演练 —— 超市买苹果...

  • iOS自定义键盘

    BSYKeyBoard是一款自定义键盘,键盘类型有身份证类型键盘/密码键盘/支付键盘等,现在已经支持CocoaPo...

  • 键盘类型

    键盘种类UIKeyboardType枚举: 键盘外观UIKeyboardAppearance枚举:

  • 键盘类型

    http://blog.csdn.net/crazyzhang1990/article/details/39965931

  • 键盘类型

    UIKeyboardTypeDefault: UIKeyboardTypeASCIICapable: UIKeyb...

  • Mac系列-004:键盘及修饰键

    仁者见仁,虽不能说苹果的键盘是最好用的,但个人觉得,起码比大部分的键盘都好用。 键盘布局 苹果键盘的布局如下 从外...

网友评论

      本文标题:苹果键盘的类型

      本文链接:https://www.haomeiwen.com/subject/logngttx.html