Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

stormchasr

macrumors newbie
Original poster
Sep 7, 2008
2
0
Hi, I'm new to Cocoa, Objective-C, Xcode, etc.

Hopefully this is a simple question-something basic I'm just overlooking. By default, the spellchecker is automatically enabled in cocoa apps when you run them. How do I disable the continuous spell checker or toggle it off when an application starts up?

It feels like there should be a checkbox or something somewhere in Interface Builder. Am I missing something here?
 
NSTextView has a few useful methods:

toggleContinuousSpellChecking:
setContinuousSpellCheckingEnabled:
isContinuousSpellCheckingEnabled
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.