UITextField关闭系统自动联想和首字母大写功能
[_txtField setAutocorrectionType:UITextAutocorrectionTypeNo];
[_txtField setAutocapitalizationType:UITextAutocapitalizationTypeNone];
iOS 键盘样式
记录一下键盘的样式,以作参考
UIKeyboardTypeDefault:
UIKeyboardTypeASCIICapable:
UIKeyboardTypeNumbersAndPunctuation:
UIKeyboardTypeURL:
UIKeyboardTypeNumberPad:
UIKeyboardTypePhonePad:
UIKeyboardTypeNamePhonePad:
UIKeyboardTypeEmailAddress:
UIKeyboardTypeDecimalPad:
UIKeyboardTypeTwitter:
UIKeyboardTypeWebSearch:
UIKeyboardTypeAlphabet:
小礼物走一走,来简书关注我

浙公网安备 33010602011771号