简体   繁体   English

iPad上的多个UINavigationViewController

[英]Muliple UINavigationViewController on iPad

I would like to build the the UI as shown in the MockUp. 我想构建MockUp中所示的UI。 For this I need to have two UINavigationViewControllers Side by Side inside a TabBarController. 为此,我需要在TabBarController中并排放置两个UINavigationViewControllers。 And on the left side I need a VerticalToolbar... 在左侧,我需要一个VerticalToolbar ...

What is the best way to handle this? 处理此问题的最佳方法是什么?

Thanks, Stefan 谢谢,Stefan

iPad样机

You can use iOS ViewController Containment API's to achieve this. 您可以使用iOS ViewController Containment API来实现此目的。

Check 'Implementing a Container View Controller' topic in Apple Documentation for the same. 选中相同的Apple文档中的“实施Container View Controller”主题。

Also check this post. 另请检查帖子。

Here I found a good article that points me to the correct use of UIViewController Containment :) 在这里,我找到了一篇很好的文章,指出了正确使用UIViewController Containment的方法:)

Creating iPad Dashboard Using UIViewController Containment 使用UIViewController Containment创建iPad仪表板

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM