It turns out if I use a NSTextView object instead of NSTextField object the spelling and grammar are built in. So, all I had do to was the following:
create a scrollable text view object and then connect the TextView as follows:
@IBOutlet var itemDescription: NSTextView!
Then turn on continuous spell checking with
itemDescription.isContinuousSpellCheckingEnabled = true
Topic:
UI Frameworks
SubTopic:
AppKit
Tags: