iPad上有多个UINavigationViewController

时间:2012-11-05 10:46:15

标签: ios ipad uinavigationcontroller

我想构建如MockUp中所示的UI。 为此,我需要在TabBarController中并排使用两个UINavigationViewControllers。在左侧我需要一个VerticalToolbar ...

处理此问题的最佳方法是什么?

谢谢, 斯蒂芬

iPad MockUp

2 个答案:

答案 0 :(得分:1)

您可以使用iOS ViewController Containment API来实现此目的。

检查Apple Documentation中的“实现容器视图控制器”主题。

同时检查this帖子。

答案 1 :(得分:0)

在这里,我找到了一篇很好的文章,指出我正确使用UIViewController Containment:)

Creating iPad Dashboard Using UIViewController Containment