NSCollectionView Master detail binding configuration
问题 I have the following models in my application. Board , holds a NSMutableArray property lists of type List below List , holds a NSArray property cards of type Card below Card , has a NSString property name The relationship is thus Board --> to-many List --> to-many Card I have a NSCollectionView based master-detail interface, where I want to display Boards in the master and its corresponding Lists+Cards in the detail view. The master interface is fine, the elements Board are displayed nicely.