views:

19

answers:

0

so I have an NSTableView that I don't want bound to an NSArrayController, but I do want to use bindings. At the moment, its bound to a mutable array containing mutable strings. It works fine for editing a row, but when I try to get it to commit (deselecting it, hitting enter, various other weird quirks) it just refuses to do so. I realize that array controllers have a content binding, and basically I just don't want to use it.

Thanks