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?
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?
You need to set the data cell of the column to an NSButtonCell. In IB you can simply drag a checkbox cell (not a checkbox button!) to the column to assign it.