cocoa - How to set the action of a NSButton in a binding scenario? -


I have a button that is inside a repeated view inside an NScLuplayview. I can tie the title of a button to one of the properties in my model class, but I want to wire one of the selectors of my model class to the button selector. Obviously, the button must send a message to the model object related to the related collection view item. I managed to tie the target for the button, but how to set the selector? If possible, I want to do this in the interface builder ...

I understand it in IB A selector is a text box that specifies the path text box where I bind to the target. I do not know why I did not see it. I spent nearly an hour to solve this issue.

Comments

Popular posts from this blog

python - Assemble mpeg file unable to play in mediaplayer -

c# - crystal report failed -

mongodb - CakePHP paginator ignoring order, but only for certain values -