zoukankan      html  css  js  c++  java
  • iOS 键盘类型

    UIKeyboardTypeDefault:

    UIKeyboardTypeASCIICapable:

    UIKeyboardTypeNumbersAndPunctuation:


    UIKeyboardTypeURL:

    UIKeyboardTypeNumberPad:

    UIKeyboardTypePhonePad:

    UIKeyboardTypeNamePhonePad:

    UIKeyboardTypeEmailAddress:

    UIKeyboardTypeDecimalPad:

    UIKeyboardTypeTwitter:


    UIKeyboardTypeWebSearch:

    UIKeyboardTypeAlphabet:


    作者:苏打肥
    链接:https://www.zhihu.com/question/20350598/answer/66872996
    来源:知乎
    著作权归作者所有,转载请联系作者获得授权。

    iOS已经更新到第9代了,键盘数量也增加到了11个,所以这个问题的答案也需要更新下啦。


    和目前排名首位的答案相比的键盘类型变化:

    • 新增了第1个Default键盘和第4个URL键盘
    • 删除了Alphabet键盘,替换为Default键盘

    1. UIKeyboardTypeDefault常用于文本输入
    2. UIKeyboardTypeASCIICapable常用于密码输入
    3. UIKeyboardTypeNumbersAndPunctuation主键盘显示如上图,次键盘显示字母
    4. UIKeyboardTypeURL适用于网址输入
    5. UIKeyboardTypeNumberPad只有数字的数字键盘
    6. UIKeyboardTypePhonePad可用于拨号的数字键盘
    7. UIKeyboardTypeNamePhonePad
      主键盘显示如上图,次键盘显示如下图
    8. UIKeyboardTypeEmailAddress适用于邮件地址输入的键盘
    9. UIKeyboardTypeDecimalPad带“点”的数字键盘,可用于带有小数点的数字输入
    10. UIKeyboardTypeTwitter
    11. UIKeyboardTypeWebSearch
  • 相关阅读:
    在 Delphi 下使用 DirectSound (8): IDirectSound8.DuplicateSoundBuffer() 与 IDirectSoundBuffer.GetStatus()
    在 Delphi 下使用 DirectSound (10): 测试合唱效果器 IDirectSoundFXChorus8
    在 Delphi 下使用 DirectSound (7): 播放资源文件中的 Wave 数据
    在 Delphi 下使用 DirectSound (13): 测试回声效果器 IDirectSoundFXEcho8
    The process could not execute 'sp_replcmds' on ‘Server Name’
    C盘空间用完竟然造成applicationHost.config文件内容为空
    推荐阅读20101018
    SQL Server 2008 R2作业中无法新建与修改步骤的问题
    ASP.NET中获取URL重写前的原始地址
    在.NET 4中用IIS部署WCF就这么简单
  • 原文地址:https://www.cnblogs.com/yecong/p/6221538.html
Copyright © 2011-2022 走看看