I set NSButtonCell
as a cell type in a Table Column
in my NSTableView
.
I implemented an IBAction
method, but I can't wire it with NSButtonCell
in IB - the wire don't want to highlight a button from NSTableView
.
How to connect a method with NSButtonCell
? Or maybe there'se another way to handle its click event?
Thanks