UITextField关闭系统自动联想和首字母大写功能

[_txtField setAutocorrectionType:UITextAutocorrectionTypeNo];

[_txtField setAutocapitalizationType:UITextAutocapitalizationTypeNone];

 

iOS 键盘样式

96 
孤_活上去 
2016.12.30 10:03* 字数 38 阅读 458评论 0

记录一下键盘的样式,以作参考

UIKeyboardTypeDefault:

 

UIKeyboardTypeASCIICapable:

 

UIKeyboardTypeNumbersAndPunctuation:

 

UIKeyboardTypeURL:

 

UIKeyboardTypeNumberPad:

 

UIKeyboardTypePhonePad:

 

UIKeyboardTypeNamePhonePad:

 

UIKeyboardTypeEmailAddress:

 

UIKeyboardTypeDecimalPad:

 

UIKeyboardTypeTwitter:

 

UIKeyboardTypeWebSearch:

 

UIKeyboardTypeAlphabet:

 

小礼物走一走,来简书关注我

posted @ 2018-06-14 16:55  sundaysios  阅读(491)  评论(0)    收藏  举报