ビューベースのアプリケーションを作成していますが、このアプリケーションでは、4番目の画面から1番目の画面に直接切り替えたいのですが、どうすればよいですか?
次のビューに移動するための私のコードは次のとおりです。
NewProposalDetail *newDetail = [[NewProposalDetail alloc] initWithNibName:@"NewProposalDetail" bundle:nil];
[self presentModalViewController:newDetail animated:YES];
[newDetail release];
何か案が?はいの場合はそれを共有します