How to associate NSTableView selection with NSArrayController

I just want to use nsarraycontroller methods called remove: and add:

+6
cocoa binding nstableview nsarraycontroller
source share
1 answer
  • Select NSTableView. If the title bar of the inspector window shows β€œView Scrolling”, you need to click on the table view again to select it.
  • On the bindings tab, connect the Selection Indexes binding to the Array Controller selectionIndexes controller. This is similar to binding content to an array controller, except that you are not using an organized organization key.
+18
source share

All Articles