标签: xcode swift uitableview
customCell中有一个按钮。当点击按钮时,我想调用tableViewController的方法(父视图)。我该怎么办?
答案 0 :(得分:0)
您可以在单元格中为按钮添加目标
newButton.addTarget(self, action: "bttnTouched:", forControlEvents: UIControlEvents.TouchUpInside)