-(IBAction)onClickButton:(id)sender
{
UIStoryboard *stryBoard=[UIStoryboard storyboardWithName:@
"second"
bundle:nil];
[self presentModalViewController:[stryBoard instantiateInitialViewController] animated:YES];
}
原文:http://www.cnblogs.com/woaixixi/p/4611051.html