Txt Spell Autocorrect

Configure spell checking, autocorrect, smart substitutions, and inline prediction on UITextView and NSTextView, drive UITextChecker and NSSpellChecker directly, and avoid the UITextInteraction correction trap that breaks corrections in custom UITextInput views. Use when spell-check underlines are missing or wrong, autocorrect doesn't apply, completions are needed, code editors need spell-check disabled. Trigger on 'red squiggle', 'autocorrect', 'spell-check', 'predictive text', 'why isn't my correction working' even without formal API names. Continue trigger:, or a custom editor is being told it can't ship with system spell-check because the correction tap routes through private API.

sitapix e242619 12.5 KB Updated

File contents

sitapix/apple-text/tree/main/skills/txt-spell-autocorrect commit e242619acd

Frequently asked questions

npx skillmds@latest add sitapix/txt-spell-autocorrect