如何在同一个视图中呈现 UITableView 及其详细信息视图

发布于 2024-12-28 00:23:01 字数 214 浏览 0 评论 0原文

我想在 iPad 应用程序中显示 UITableView 以及在同一视图中单击单元格的结果。我可以展示其中之一,但不能同时展示两者。这是设计思想:

Screen design

因此,当我单击某个单元格时,图表会发生变化。

预先感谢,欢迎一切!

干杯

I'd like to show in an iPad application an UITableView and the result of clicking on Cell in the same View. I'm able to show one of them, but not both at the same time. Here's the design idea:

Screen design

So when I click a cell, the chart will change.

Thanks in advance, everything is welcome!

Cheers

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

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

发布评论

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

评论(2

涙—继续流 2025-01-04 00:23:01

UITableView 可以用作附加到任何 UIViewController 的子视图,因此这应该不是问题。您需要让视图控制器处理数据源和委托方法,以及详细视图和任何其他元素。

A UITableView can be used as a subview attached to any UIViewController, so this shouldn't be a problem. You will need to make your view controller handle the data source and delegate methods, as well as the detail view and any other elements.

任性一次 2025-01-04 00:23:01

您想要的可以通过使用 UISplitViewController 来完成。

您还可以查看苹果提供的“Master Detail Application”模板。

What you want can be accomplish by using a UISplitViewController.

You can also take a look at the "Master Detail Application" Template provided by apple.

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