如何将新列表推送到分割视图控制器的根视图侧?

发布于 2024-11-03 05:14:45 字数 112 浏览 1 评论 0原文

我正在尝试根据用户在根视图表中选择的内容,将新列表推送到 iPad 应用程序上拆分视图控制器的根视图侧。由于某种原因,我无法弄清楚如何将新数组或列表视图推到左侧。

帮助!

谢谢!

I am trying to push a new list into the root view side of the split view controller on an iPad app based on what the user selects in the root view table. For some reason I cannot figure out how to push a new array - or listview onto the left side.

Help!

Thanks!

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

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

发布评论

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

评论(1

暗恋未遂 2024-11-10 05:14:45

它只有一个 navigationController,您可以调用 self.navigationController 并将新视图推到其顶部。简单的!

It simply has a navigationController and you call self.navigationController and push the new view on top of it. Simple!

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