Simplest way to use NSTableView?

Posted by Nick Brooks on Stack Overflow See other posts from Stack Overflow or by Nick Brooks
Published on 2010-05-23T14:31:17Z Indexed on 2010/05/23 14:51 UTC
Read the original article Hit count: 271

Filed under:
|
|

Can I use NSTableView like I've used ListView in Windows? By that I mean JUST adding rows to the view.

I need to display a very simple two columned table and I don't want to write all this data related crap. Can I just 'add' stuff to a table view?

If not what is the simplest way to do what I'm trying to do (preferably without data sources)?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa