Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Created January 25, 2017 02:04
Show Gist options
  • Save chelseatroy/6a4816f5a175aba6dc57c8f38c878b15 to your computer and use it in GitHub Desktop.
Save chelseatroy/6a4816f5a175aba6dc57c8f38c878b15 to your computer and use it in GitHub Desktop.
Screen Transition iOS
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