I've researched similar questions on SO, but can't find a solution to my issue. I have a NSTableView in my Cocoa bindings app. When I select a row and press the delete button (I've linked remove button to the arrayController) the last row in the array deletes. No matter what row is selected the last row always deletes. I want the selected row to delete rather than the last one.
I've checked the table view connections and bindings for 'Select Indexes' is connected to 'selectionIndexes'. What might I be missing to make this work?
Thanks for the help