//初始化要跳转到的界面
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];
2078
694

被折叠的 条评论
为什么被折叠?