【iOS】UITextField 的 UIKeyboardType

  • Post author:
  • Post category:其他




1、默认样式
case `default` = 0 // Default type for the current input method.

在这里插入图片描述



2、ASCII 码键盘
case asciiCapable = 1 // Displays a keyboard which can enter ASCII characters

在这里插入图片描述



3、数字和标点符号
case numbersAndPunctuation = 2 // Numbers and assorted punctuation.



版权声明:本文为u011248221原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。