Marc Charbonneau’s Blog

Cocoa KVO tricks: binding to an array of arrays

May 13th, 2008 No Comments

Earlier this week I was working on a project where I wanted to filter a table view based on tags. The data model I was working with was very simple. My table view was bound to an array of objects through an NSArrayController, and each object had it’s own array of NSStrings which represented tags. [...]

Tags:   · ·