I have to write a little OSX app which make use of an NSTableView, but I didn't find a very good example of it, I would like have this result: Someone could help me?
开发者_Go百科This is a good NSTableview tutorial with bindings Phonebook/NSTableView Tutorial for Dummies
The NSTableViewBinding sample project should be a good start http://developer.apple.com/library/mac/#samplecode/NSTableViewBinding/Introduction/Intro.html
精彩评论