rcerrejon
9/26/2013 - 10:02 AM

Go to a Segue in Storyboard (programatically) in Objective-C

Go to a Segue in Storyboard (programatically) in Objective-C

//Go to Segue
[self performSegueWithIdentifier: @"nameOfYourSegueIdentifier" sender: self];