How can I disable spell checking for an NSTextView? In particular, the red lines that are automatically drawn. I know about the \"Continuous Spell Checking\" option in Xcode
I don't know what you tried, but [self.textView setContinuousSpellCheckingEnabled:NO]; worked for me.
[self.textView setContinuousSpellCheckingEnabled:NO];