AutocorrectionType 自动纠错联想

(setAutocorrectionType:)它默认就是yes,可以禁掉(即设为NO)。

不仅SearchBar、TextField、UITextView,都可用到此Method.

[SearchBar setAutocorrectionType:UITextAutocorrectionTypeNo];

[TextField setAutocorrectionType:UITextAutocorrectionTypeNo];

[UITextView setAutocorrectionType:UITextAutocorrectionTypeNo];

你可能感兴趣的:(AutocorrectionType 自动纠错联想)