单项选择题
下面那一行代码是通过导航栏来进行页面跳转的
A、[self.navigationController pushViewController:VC animated:YES];
B、[self presentModalViewController: VC animated:YES];
C、[self performSegueWithIdentifier:@"test" sender:self];
D、[self dismissModalViewControllerAnimated:YES];
点击查看答案&解析
相关考题
