I\'m trying to create a sectioned NSTableView using NSArrayController and cocoa bindings. I\'m searching for a similar approach like with NSFetch
NSTableView
NSArrayController
NSFetch
You could try implementing a sectioned NSTableView using the tools mentioned in this answer:
https://stackoverflow.com/a/5369550/893113