I am trying to trigger a method everytime a button is clicked in a custom Tableview Cell.
The difficulty is that I have created the custom Tableview cell, but I am unable to programmatically add a selector to it.
In IOS there is a function to "addTarget" but I can't se the equivalent in OSX.
Any ideas?