美文网首页
iOS开发之键盘类型UIKeyboardType

iOS开发之键盘类型UIKeyboardType

作者: MdWhat | 来源:发表于2019-01-14 12:25 被阅读11次

0、UIKeyboardTypeDefault:

image.png

1、UIKeyboardTypeASCIICapable:

image.png

2、UIKeyboardTypeNumbersAndPunctuation:

image.png

3、UIKeyboardTypeURL:

image.png

4、UIKeyboardTypeNumberPad:

image.png

5、UIKeyboardTypePhonePad:

image.png

6、UIKeyboardTypeNamePhonePad:

image.png

7、UIKeyboardTypeEmailAddress:

image.png

8、UIKeyboardTypeDecimalPad:

image.png

9、UIKeyboardTypeTwitter:

image.png

10、UIKeyboardTypeWebSearch:

image.png

11、UIKeyboardTypeAlphabet:

image.png

相关文章

网友评论

      本文标题:iOS开发之键盘类型UIKeyboardType

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