解决方法:加这个方法 - (UITextAutocorrectionType)autocorrectionType { return UITextAutocorrectionTypeNo; }
解决方法:加这个方法
return UITextAutocorrectionTypeNo;
}