On the line gives an error, how to fix it? no method declared with objective-c selector "resetAction"
if let resetButton = menu.subviews.last as? UIButton { resetButton.addTarget(self, action: Selector("resetAction"), forControlEvents: .TouchUpInside) } view.addSubview(menu) func resetAction() { }