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 之间切换的导航方案有任何经验或建议?
看来这不是受支持的设计。从那以后,我们决定在根目录使用一个 SplitViewController,并在屏幕变化时换掉它的视图。这似乎工作得很好。