SplitViewController 中可以有多个视图控制器吗?

发布于 2024-12-08 22:50:23 字数 368 浏览 0 评论 0原文

我刚刚开始 iPad 应用程序开发。我想在我的应用程序中使用 splitViewController 。我已经阅读了有关相同内容的各种教程和参考资料。在所有这些中,我主要看到我们拥有的只是一个 masterViewController 和一个DetailViewController。 DetailView 的内容是根据 masterViewController 中选择的行加载的。 我的问题是应用程序视图控制器中可能有不同的视图控制器,并且这些视图控制器将在单击 masterViewController 中的相应行选择时加载。如果是这样,我应该只在 appdelegate 中初始化 splitviewController 其中之一,还是有其他方法可以做到这一点?请帮帮我。

问候, 苏米特

I am just starting with iPad App development. I want to use splitViewController in my app. I have gone through various tutorials and references about the same. In all of those I mainly see all we have is one masterViewController and one detailViewController. Content of detailView are loaded based on row selected in masterViewController.
my question is it possible to have different in an app viewcontrollers and those will be loaded on the click on respective row selection in masterViewController. If So should I have to initialized splitviewController in appdelegate only one of those or is there any other way to do this ? Please help me out.

Regards,
Sumit

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不必在意 2024-12-15 22:50:23

我认为这就是您正在寻找的: 这是Apple制作的代码示例

该应用程序使用分割视图控制器和表视图控制器作为根视图控制器。当您在表视图中进行选择时,将创建一个新的视图控制器并将其设置为拆分视图控制器的第二个视图控制器。

请随时询问更多详情。

I think It's what you are looking for : it's a sample of code made by Apple

The application uses a split view controller with a table view controller as the root view controller. When you make a selection in the table view, a new view controller is created and set as the split view controller's second view controller.

Do not hesitate to ask for more details.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文