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.
我需要为 iPad 实现 3'panels 视图,就像在 Mac Os 的 Mail.app 中一样:
看来我们不能将SplitviewController放在SplitviewController中,还有其他想法吗?提前致谢。
你不需要 aUISplitViewController来做类似于 a 的事情UISplitViewController。3UIViewControllers个绰绰有余。您可以创建第 4 个来托管其他 3 个,然后将其用作其他 3 个之间的中介。
UISplitViewController
UIViewControllers