Skip to content

Instantly share code, notes, and snippets.

@mikeabdullah
Created November 13, 2014 17:15
Show Gist options
  • Save mikeabdullah/28e55849f335a46560b4 to your computer and use it in GitHub Desktop.
Save mikeabdullah/28e55849f335a46560b4 to your computer and use it in GitHub Desktop.
Configuring presentation with custom modal segue
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
MyViewController *destination = segue.destinationViewController;
// Configure view controller
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment