iPad 在拆分视图的主视图中向下钻取后,不会加载详细信息视图

发布于 2024-08-31 00:31:45 字数 288 浏览 4 评论 0原文

对 html 以外的编码完全陌生。 我有一个基于 Xcode 中的 MultiDetailsView/SplitView 示例的 iPad 应用程序。 我有一个主视图,可以在需要时同时向下钻取并加载新的详细视图。 但是,当我向下钻取时,较低的视图将不会加载新的详细视图。 如果我将主笔尖中的主“RootViewController”更改为任何其他导航视图,它们将加载正确的详细视图。

我认为可能是我的下部视图未连接到 SplitViewController。 我尝试过很多事情,但我只是猜测。

任何有关这方面的帮助都会很棒,谢谢!

completely new to coding other than html.
I have an iPad app based on the MultiDetailsView/SplitView sample in Xcode.
I have a master view that drills down and loads new detail views, both at the same time when needed.
But when I do drill down the lower views will not load their new detail views.
If I change the master 'RootViewController' in the Main nib to any of my other navigation views they will load their correct detail views.

I think it could be that my lower views are somehow not connected to the SplitViewController.
I have tried many things but I am just guessing.

Any help with this would be great, thanks!

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

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

发布评论

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

评论(1

苹果你个爱泡泡 2024-09-07 00:31:45

您可能需要发布一些示例代码才能获得帮助。但你可以做你想做的事。您可以从任一侧推送和弹出任一侧的视图。

You probably need to post some sample code to get help. But you can do what you want. You can push and pop views on either side from either side.

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