iOS 键盘相关

来源:互联网 发布:网络违法犯罪举报官网 编辑:程序博客网 时间:2024/06/11 07:16

1.高度值其实就只有两种类型,一个是Default一个是Number

2.以下几种键盘类型几乎一样,键盘高度也是一样的 
UIKeyboardTypeAlphabet

UIKeyboardTypeASCIICapable 
UIKeyboardTypeDefault 
UIKeyboardTypeEmailAddress 
UIKeyboardTypeNamePhonePad 
UIKeyboardTypeNumbersAndPunctuation(数字和标点符号) 
UIKeyboardTypeTwitter 
UIKeyboardTypeURL 
UIKeyboardTypeWebSearch 
5.5吋271 
4.7吋258 
4.0吋253

3.以下几种键盘为数字类型的键盘,键盘高度也是一样的 
UIKeyboardTypeDecimalPad(带小数点的数字键盘) 
UIKeyboardTypeNumberPad(纯数字键盘) 
UIKeyboardTypePhonePad(带*+#,;的数字键盘) 
5.5吋226 
4.7吋216 
4.0吋216

原创粉丝点击