Skip to content

Instantly share code, notes, and snippets.

@popochess
Created October 12, 2012 17:31
Show Gist options
  • Save popochess/3880410 to your computer and use it in GitHub Desktop.
Save popochess/3880410 to your computer and use it in GitHub Desktop.
- (void)goSecondView
{
NavSecondController *secondView = [[NavSecondController alloc] initWithNibName:@"NavSecondController" bundle:nil];
[secondView setTitle:@"Second View"];
[self.navigationController pushViewController:secondView animated:YES];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment