Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
複数のSplitViewControllerを使用するiPadアプリケーションを作成しています。Appleのドキュメントから、SplitViewControllerがウィンドウのrootViewControllerである必要があることを理解しています。
複数のSplitViewControllerを切り替えるナビゲーションスキームを作成する方法について、経験や提案はありますか?
これはサポートされている設計ではないようです。それ以来、ルートで 1 つの SplitViewController を使用し、画面が変更されたときにそのビューを交換することにしました。これはかなりうまくいくようです。