UIKeyboardType 11种键盘图片详解

UIKeyboardType 11种键盘图片详解_第1张图片
UIKeyboardTypeDefault


UIKeyboardType 11种键盘图片详解_第2张图片
UIKeyboardTypeASCIICapable


UIKeyboardType 11种键盘图片详解_第3张图片
UIKeyboardTypeNumbersAndPunctuation


UIKeyboardType 11种键盘图片详解_第4张图片
UIKeyboardTypeURL


UIKeyboardType 11种键盘图片详解_第5张图片
UIKeyboardTypeNumberPad


UIKeyboardType 11种键盘图片详解_第6张图片
UIKeyboardTypeDecimalPad


UIKeyboardType 11种键盘图片详解_第7张图片
UIKeyboardTypePhonePad


UIKeyboardType 11种键盘图片详解_第8张图片
UIKeyboardTypeNamePhonePad


UIKeyboardType 11种键盘图片详解_第9张图片
UIKeyboardTypeEmailAddress


UIKeyboardType 11种键盘图片详解_第10张图片
UIKeyboardTypeTwitter


UIKeyboardType 11种键盘图片详解_第11张图片
UIKeyboardTypeWebSearch

UIKeyboardTypeDefault,  默认键盘,支持所有字符

UIKeyboardTypeASCIICapable, 支持ASCII的默认键盘UIKeyboardTypeNumbersAndPunctuation, 标准电话键盘,支持+*#字符UIKeyboardTypeURL, URL键盘,支持.com按钮 只支持URL字符UIKeyboardTypeNumberPad,  数字键盘UIKeyboardTypePhonePad,   电话键盘UIKeyboardTypeNamePhonePad,  电话键盘,也支持输入人名UIKeyboardTypeEmailAddress,  用于输入电子 邮件地址的键盘UIKeyboardTypeDecimalPad,  数字键盘 有数字和小数点UIKeyboardTypeTwitter,  优化的键盘,方便输入@、#字符

UIKeyboardTypeAlphabet=UIKeyboardTypeASCIICapable,

你可能感兴趣的:(UIKeyboardType 11种键盘图片详解)