Swift:输入值时向表视图单元格添加操作

时间:2016-04-16 07:53:00

标签: swift nstextfieldcell

我有一个表视图单元格,并且在更改值时我想要执行一个操作。

enter image description here

我在viewController中添加了action方法

@IBAction func valueEntered(sender: NSTextFieldCell)
{

    print("valueEntered")

}

我可以通过双击来编辑表视图单元格,但我的方法永远不会被调用。

我知道我以前做过这件事,但我必须错过一步。

1 个答案:

答案 0 :(得分:0)

你必须联系NSTableView代表。

在您的情况下,按住Ctrl键并点击并从Reseller Table拖动到File's Owner,然后选择delegate