Skip to content

Instantly share code, notes, and snippets.

@MickaelCruzDB
Created June 4, 2015 10:02
Show Gist options
  • Save MickaelCruzDB/47cf85379043df15a6a7 to your computer and use it in GitHub Desktop.
Save MickaelCruzDB/47cf85379043df15a6a7 to your computer and use it in GitHub Desktop.
@IBAction func presentWithAnimator(sender: NSButton) {
let animator = MyCustomSwiftAnimator()
let vc = MyViewController() as NSViewController
self.presentViewController(vc, animator: animator)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment