My app description,
- Add
NSMutableArray
with some items (say 1- 50) - Add
NSArrayController
and add/bind that array to this arrayController - Add
NSTableView
to my view and populate them using the concept of BINDINGS. - Finally add a
NSSearchField
and complete the app by adding/binding the NSArrayController with searchField.
I would like to know if this approach is how it is meant to be, I have searched but couldn't find a way of displaying populated arrays in a NSTableView
using NSArrayController
binds.
Help me through.
self.name contains[cd] $value OR self.title contains[cd] $value
but it doesn't work. Do you know how to combine to predicate? – Idiosyncrasy