NavigationController-> Root [Table ViewControllerサブクラス]があるとします。TableViewControllerサブクラスからdidSelectRowAtIndexPath
、別のViewControllerをNavigationControllerにプッシュする必要があります。
NavigationControllerにアクセスするための最もエレガントな方法は何ですか?Table View ControllerでNavigationControllerのデリゲートを使用する必要がありますか?階層レベルから最上位オブジェクトにアクセスする複数のタスクがある場合、これは最善のアプローチですか?