//初始化要跳转到的界面
SecondViewController *secondView = [[SecondViewController alloc] initWithNibName:@"SecondViewController" bundle:nil];
//跳转界面
[self presentModalViewController:secondView animated:YES];
//初始化要跳转到的界面
SecondViewController *secondView = [[SecondViewController alloc] initWithNibName:@"SecondViewController" bundle:nil];
//跳转界面
[self presentModalViewController:secondView animated:YES];