Filtering a single-column NSTableView using NSArrayController
I present a sheet with an NSTableView (one column), an NSSearchField and an NSButton ('Add'). What I want is to set the content of the table view to a list of strings. This list of strings is in an NSArray called list . This content should be filtered based on the content of the search field (if a string in list ) does not contain the content of the search field it is not shown in the table view anymore. I'm not familiar with bindings, can anyone help me out. I have uploaded a project , kindly check. A rough idea how to do is as: (however understanding is easier by seeing the project) Create