I'm trying to use a class I have which overrides NSFormatter in an OS X app. I tried an example from a book but it's from an older version of XCode. My problem is I don't know how to set my NSTextfield's formatter. I'm not sure if something changed now that Xcoded has the IB built in or I'm doing something else wrong. It looks like you used to be able to control click your text field and it would bring up a menu. In the outlets section of the menu it says I'm suppose to see a "formatter" selection. That is not listed in my outlets section of the menu.
I don't think it makes a difference, but my NSTextfield is in a NSScrollview. I'm still very new to Cocoa (coming from a C# and C++ background).