Взгляните на UITextInputTraits
, у него есть свойство autocorrectionType
typedef enum {
UITextAutocorrectionTypeDefault,
UITextAutocorrectionTypeNo,
UITextAutocorrectionTypeYes,
} UITextAutocorrectionType;
, поэтому вы можете попробовать yourTextfield.autocorrectionType = UITextAutocorrectionTypeYes;