Skip to content

Instantly share code, notes, and snippets.

@MickaelCruzDB
Created June 8, 2015 15:51
Show Gist options
  • Save MickaelCruzDB/eef53032985eed453bde to your computer and use it in GitHub Desktop.
Save MickaelCruzDB/eef53032985eed453bde to your computer and use it in GitHub Desktop.
@IBAction func PanDownAction(sender: NSMagnificationGestureRecognizer) {
if sender.state == NSGestureRecognizerState.Began {
let vc = storyboard?.instantiateControllerWithIdentifier("C") as! NSViewController
showViewControllerDown(vc)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment