Does anybody knows how to fill up a NSTableView using binding values from a NSDictionary?
Thanks in advance.
Does anybody knows how to fill up a NSTableView using binding values from a NSDictionary?
Thanks in advance.
You need to create an NSDictionaryController
in Interface Builder. Bind it to your dictionary, and then bind the NSTableView
to the objects in the NSDictionaryController
.
If you don't yet fully understand Cocoa Bindings and KV coding, you should start reading here first: