I'm using the fantastic LRFilterBar in my application to filter the
contents of a Core Data-driven table. The filter bar is replacing
the use of a NSPopUpButton whose contents was bound to the values
from an NSArrayController.
The LRFilterBar is built using an NSArray of NSStrings. Is it
possible to bind that NSArray of NSStrings to the NSArrayController's
values?
Here is the sample code from the LRFilterBar package showing how to
initialize the filter bar: