下面那一行代码是通过导航栏来进行页面跳转的
[self.navigationController pushViewController:VC animated:YES];
[self presentModalViewController: VC animated:YES];
[self performSegueWithIdentifier:@"test" sender:self];
[self dismissModalViewControllerAnimated:YES];