Created
April 19, 2017 17:32
-
-
Save samwarnick/c2c93f6e0577cfd79685cf0dc60caf9b to your computer and use it in GitHub Desktop.
Programmatic segues
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let nextViewController = NextViewController() | |
nextViewController.modalPresentationStyle = .custom | |
nextViewController.modalTransitionStyle = .crossDissolve | |
present(nextViewController, animated: true, completion: nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment