self.textView.autocorrectionType = UITextAutocorrectionTypeNo;
self.textField.autocorrectionType = UITextAutocorrectionTypeNo;
关闭iOS键盘联想功能
最新推荐文章于 2023-09-24 20:15:15 发布
self.textView.autocorrectionType = UITextAutocorrectionTypeNo;
self.textField.autocorrectionType = UITextAutocorrectionTypeNo;