从Custom Cell中调用TableViewController中的方法

时间:2015-07-31 14:35:53

标签: xcode swift uitableview

customCell中有一个按钮。当点击按钮时,我想调用tableViewController的方法(父视图)。我该怎么办?

1 个答案:

答案 0 :(得分:0)

您可以在单元格中为按钮添加目标

newButton.addTarget(self, action: "bttnTouched:", forControlEvents: UIControlEvents.TouchUpInside)