NSTableCellView Image View action
问题 I need to call catch action of ImageView inside NSTableCellView. I add some action for it, but when I click the row action is not called... I have set accept touch event property true, but no result PatientTableView.AcceptsTouchEvents = true; 回答1: image view does not support click action (use NSButton for that). It does support an action when a user drags an image on to it (if the imageview is set to editable). Never used this thought. I never use actions in xcode. But always subscribe to an