Go to a Segue in Storyboard (programatically) in Objective-C
//Go to Segue [self performSegueWithIdentifier: @"nameOfYourSegueIdentifier" sender: self];