How to set up a simple table view in Cocoa

Posted by happyCoding25 on Stack Overflow See other posts from Stack Overflow or by happyCoding25
Published on 2010-03-14T16:57:58Z Indexed on 2010/03/14 17:15 UTC
Read the original article Hit count: 241

Filed under:
|
|
|
|

Hello,

I was wondering if anyone could give me an example or point me to some example code of how to use an NSTableView. I know how to use it in core data but I would like to do this just using plain cocoa code. All I need is a simple add and remove button. Also is it possible to have cocoa write the data to a text file or plist?

Thanks for any help

© Stack Overflow or respective owner

Related posts about nstableview

Related posts about cocoa