Is it possible using NSArrayController
to bind a NSTextField
's value to a particular item in the array? In particular, I want to bind to a property on the first item in the array, and show nothing if the array is empty.
Using arrangedObjects.command
shows just "(" -- presumably it's trying to show a multi-line string with comma-separated strings for each item. I just want the first one.