Cocoa bindings to display NSDictionary keys in NSTableView -


I have an NSArrayController whose contents have content (program) set on an NSMutableDictionary and there is an NSTableView in my UI The information contained in the NSMutableDictionary is not set by the UI.

How do I use coco binding to display dictionary keys in NSTableView? I already know how to use datasource methods, I just want to know how to use binding for it.

I do not think this is an array controller's content in a NSMutableDictionary It makes sense to set up. Instead, you should pair the array controller in the dictionary in the everyone's property. Or consider using the NSDictionaryController , which was specially designed for this purpose.


Comments