您的位置:首页 > 产品设计 > UI/UE

iOS开发之键盘类型UIKeyboardType

2016-07-18 13:05 495 查看
原文:http://blog.csdn.net/crazyzhang1990/article/details/39965931

UIKeyboardTypeDefault:



UIKeyboardTypeASCIICapable:



UIKeyboardTypeNumbersAndPunctuation:



UIKeyboardTypeURL:



UIKeyboardTypeNumberPad:



UIKeyboardTypePhonePad:



UIKeyboardTypeNamePhonePad:



UIKeyboardTypeEmailAddress:



UIKeyboardTypeDecimalPad:



UIKeyboardTypeTwitter:



UIKeyboardTypeWebSearch:



UIKeyboardTypeAlphabet:

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ios开发 键盘类型