My app description,
- Add
NSMutableArraywith some items (say 1- 50) - Add
NSArrayControllerand add/bind that array to this arrayController - Add
NSTableViewto my view and populate them using the concept of BINDINGS. - Finally add a
NSSearchFieldand 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.