SecondViewController *test = [[SecondViewController alloc] init]; UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:test];[self presentModalViewController:nav animated:YES];