Cocoa: how to nest a button inside a Table View cell?
- by underthetable
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?