I have a table column of NSTableView bound to to an NSArrayController in Interface Builder. The array controller is bound to Shared User Defaults Controller
for the Content Array
. I had to select Handles Content As Compound Value
to make adding new objects work. Unfortunately, this disables the highlighting of the table row when I add:
an object to the array. The object is added but the table row is not highlighted and you have to double-click where you think the row is to be able to edit it.
My goal is to add:
a row to the table view using the array controller; then, have that row automatically be highlighted and editable for the user.
Attributes for the NSArrayController:
Bindings for the the NSArrayController:
Bindings for the TableView Column: