I've been having trouble and haven't managed to find a clear solution from documentation.
I have an NSDictionary object called "allValuesDictionary" that contains a bunch of arrays. Is it possible to use bindings to populate an NSTableview?
I've looked into NSDictionaryController and NSArrayController but I think I'm doing something wrong when I try and bind the controller to the tablecolumns.
I have an NSDictionary object called "allValuesDictionary" that contains a bunch of arrays. Is it possible to use bindings to populate an NSTableview?
I've looked into NSDictionaryController and NSArrayController but I think I'm doing something wrong when I try and bind the controller to the tablecolumns.