Created
January 25, 2017 02:04
-
-
Save chelseatroy/6a4816f5a175aba6dc57c8f38c878b15 to your computer and use it in GitHub Desktop.
Screen Transition iOS
This file contains hidden or 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
class ExampleViewController: UIViewController { | |
... | |
@IBAction func didTapButtonToGoToOtherViewController(sender: AnyObject) { | |
self.performSegueWithIdentifier("otherViewControllerSegue", sender: nil) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment