I don’t understand something about bindings? I bind (the contents of NSArrayController) to the NSDictionary "allValues" array, and it considers it empty. I am attached to a random object with a property that I set in the same NSDictionary "allValues" array, and it works fine.
Is this the expected behavior, or am I doing something wrong? Also, if this is expected, what is the standard way to handle this? Creating relatively aimless objects just to store arrays in properties so that I can bind to them seems ugly.
source
share