アプリに10個のviewControllerがあります。各viewControllerの[次へ]ボタンをクリックしたNavigationControllerのpushViewControllerメソッドを使用して、これらすべてのviewControllerをプッシュしました。
私はそのためのコードを;として使用しました。
[self.navigationController pushViewController:someView animated:YES];
ここで、10番目の子(viewController)からrootViewControllerに戻りたいと思います。
これどうやってするの ?
私を助けてください..
ありがとう。