Skip navigation.

Binding multiple NSArrayControllers: a fun fact

Binding multiple NSArrayControllers: a fun fact

This may be of use someday to someone trying to figure out their Cocoa bindings problem.Summary: Do not bind some columns in a table to one array controller, others to another. I’m using RubyCocoa 0.13.1. I had an NSTable bound to an NSArrayController (bound in turn to preferences). I wanted to replace that NSArrayController with [...]