可以在同一个窗口/视图上有两个表视图作为 iPad 上的主从概念吗?

发布于 2024-10-30 12:55:13 字数 446 浏览 3 评论 0原文

我的 iPad 应用程序中有一个 UITabBar,并且我需要在我的一个 UITabBar 视图上有一个主从概念。

我无法使用 UISplitViewController 因为 Apple 说:

 The split view controller’s view should always be installed as the root view
 of your  application window. You should never present a split view inside of 
 a navigation or tab bar interface.

在 iPad 上的主从概念相同的视图上可以有两个 UITableViews 吗?对于这个想法还有其他方法吗?

I have a UITabBar in my iPad app, and I need to have a Master-Detail concept on one of my UITabBarviews.

I can't use UISplitViewController because Apple says:

 The split view controller’s view should always be installed as the root view
 of your  application window. You should never present a split view inside of 
 a navigation or tab bar interface.

Is it ok to have two UITableViews on same view as Master-Detail concept on iPad? Is there any other approach for this idea?

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

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

发布评论

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

评论(1

千と千尋 2024-11-06 12:55:13

我不知道在一个选项卡中拥有两个表视图有什么限制。我会这样处理:

  • 对于该选项卡,有一个整体 UIViewController,当用户切换到该选项卡时,它可以运行一些东西,
  • 它会根据需要设置主详细信息表视图。

I don't know of any limitation about having two table views in a tab. I'd approach it like this:

  • for that tab, have an overall UIViewController that can run things when the user switches to that tab
  • it sets up the master detail table views as appropriate.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文