iOS 跳转至 指定 StoryBoard 中 指定的 Scene时间:2023-03-09 16:04:46 UIStoryboard *stryBoard=[UIStoryboard storyboardWithName:@"second" bundle:nil]; UIViewController *test=[stryBoard instantiateViewControllerWithIdentifier:@"testvc"]; [self.navigationController pushViewController:test animated:NO];