如何在NSTableView中选择行或多行时检测?

时间:2011-11-18 10:00:03

标签: objective-c cocoa

当我选择了NSTableView中的行时,我需要检查复选框列字段。

如何在NSTableView中选择行或多行时检测?

感谢

1 个答案:

答案 0 :(得分:4)

使用通知NSTableViewSelectionIsChangingNotification。每当此通知出现在您的应用程序performclick复选框上时 创建并连接-(IBAction)checkBoxMethod :(id)sender方法复选框并在该函数中编写代码 CheckBox in tableview
How to click a checkbox in nstableview and update an object using KVC?
NSTableView with Checkbox Cell