UIStoryboard *stryBoard=[UIStoryboard storyboardWithName:@"second" bundle:nil];
UIViewController *test=[stryBoard instantiateViewControllerWithIdentifier:@"testvc"];
[self.navigationController pushViewController:test animated:NO];
2022-10-31 14:13:26
UIStoryboard *stryBoard=[UIStoryboard storyboardWithName:@"second" bundle:nil];
UIViewController *test=[stryBoard instantiateViewControllerWithIdentifier:@"testvc"];
[self.navigationController pushViewController:test animated:NO];