Master-Detailアプリケーションがあります。ユーザーがMasterTableの行を選択したときに、別のテーブル(DetailViewControllerではない)を開きたいと思います。iPadのFacebookアプリと同様に、MasterViewControllerのほかに紙に書く必要があります。
MasterViewControllerからこのテーブル(タイプUITableViewControllerのDocumentViewController)へのカスタムセグエがあります。このDocumentViewControllerは、ナビゲーションコントローラーに「埋め込まれています」。
要するに、私のストーリーボードのアイテムは次のようになります。
NavigationController-> MasterViewController->NavigationController->DocumentViewController。
セグエはMasterViewControllerからnavigationControllerまでです。
「didSelectRowAtIndexPath」でセグエを実行する必要がありますか?または、didSelectRowAtIndexPathで「performSegueWithIdentifier」を使用する必要がありますか?