NSButton argument binding doesn't pass argument?
- by Jeff
I have a NSCollectionView with a NSButton in the collection view item. The xib's owner is set to my BatchListViewController and the controller has the method
@interface BatchListViewController : NSViewController
-(IBAction)another_click;
@end
I set the binding for target to be:
This works fine but I also want to send the underlying model to…