I have a text view that replaces "--" with "-" automatically. I have everything disabled on the text view except for "editable" and "selectable". I'm using the storyboard interface builder. Any help?
NSTextView overrides the settings in the storyboard with the user preferences. If you want to override the user preferences then change the settings in code in viewDidLoad.