Skip to content

Instantly share code, notes, and snippets.

@rcerrejon
Last active April 5, 2017 15:25
Show Gist options
  • Save rcerrejon/564735260181a66e3449 to your computer and use it in GitHub Desktop.
Save rcerrejon/564735260181a66e3449 to your computer and use it in GitHub Desktop.
Go to a Segue in Storyboard (programatically) in Objective-C
//Go to Segue
[self performSegueWithIdentifier: @"nameOfYourSegueIdentifier" sender: self];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment