Cocoa: how to nest a button inside a Table View cell?

Posted by underthetable on Stack Overflow See other posts from Stack Overflow or by underthetable
Published on 2010-03-28T00:35:14Z Indexed on 2010/03/28 0:43 UTC
Read the original article Hit count: 281

Filed under:
|
|

Take a look at the top pane of the Xcode window.

There's a table list, with checkboxes in one of the columns. That's the interface I want to do.

So how do you nest a button in an NSTableView cell?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about objective-c