Cocoa Bindings for hierarchical model
问题 I have a NSCollectionView based master-detail interface, where I want to display Boards in the master and Lists+Cards in the detail view. Board , holds a NSMutableArray property lists of type List List , holds a NSArray property cards of type Card Card , has a NSString property name The relationship is thus Board --> to-many List --> to-many Card The master interface is fine. The detail interface gets populated with corresponding Lists' titles for a Board. Within the detail interface I also