UIViewController *secondStoryboard = [[UIStoryboard storyboardWithName:@"secondStoryboard" bundle:nil] instantiateInitialViewController]; [self.navigationController pushViewController:secondStoryboard animated:YES];
原文:http://www.cnblogs.com/lcchuguo/p/5233942.html