跳入新的storyboard
-(IBAction)onClickButton:(id)sender{ UIStoryboard *stryBoard=[UIStoryboard storyboardWithName:@"second" bundle:nil]; [self presentModalViewController:[stryBoard instantiateInitialViewController] animated:YES];}-(IBAction)onClickButton:(id)sender{ UIStoryboard *stryBoard=[UIStoryboard storyboardWithName:@"second" bundle:nil]; [self presentModalViewController:[stryBoard instantiateInitialViewController] animated:YES];}