it seems I've been searching for a long time and haven't found a great, easy, answer to my problem.
I'm using XCode with Cocoa/ObjC and am trying to create an NSTableView which will load values from an NSDictionary/Array into different sections of a cell.
For example, I'm trying to get an NSImage, NSTextField and other items into a custom cell (along with a background image). However, I can't find a simple answer to how to create this..
I've been coding for the iPhone with UITableViews for a while now and can't seem to find a similar way with NSTableViews.
Any help would be really great!
Thanks
Dominic
See Question&Answers more detail:os