SplitViewController 中可以有多个视图控制器吗?
我刚刚开始 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这就是您正在寻找的: 这是Apple制作的代码示例
请随时询问更多详情。
I think It's what you are looking for : it's a sample of code made by Apple
Do not hesitate to ask for more details.