What is the action of the button:
@IBAction func readyPressed(sender: NSButton) { self.dismissController(Hardness) println(1) self.performSegueWithIdentifier("manual", sender: self) }
When I click the button, println works, segue works, but NSViewController "Hardness" does not close
user4226616
source share