扩展 UISplitViewController?

发布于 2024-10-30 11:40:17 字数 408 浏览 7 评论 0原文

有没有办法扩展 UISplitViewController 的功能? 我想要:

  • 底部有一个工具栏,对于详细控制器和主控制器都是通用的。

  • 使detailViewController表现为UINavigationController,我的意思是在其上推送和弹出其他控制器,而不是整个屏幕空间。

  • 两个控制器在所有 UIInterfaceOrientation 值中都可见。 (我认为这不受支持)

当前的 UISplitViewController 可以吗?

构建我自己的 UIViewController 并模拟 UISplitViewController 的外观和行为以及我的扩展功能会更好吗?

如果我决定选择 2,这会让我的应用程序被拒绝吗?

Is there a way to extend the functionality of UISplitViewController?
I would like to:

  • Have a toolbar at bottom, common for both detail and master controller.

  • Make the detailViewController behave as a UINavigationController, i mean push and pop other controllers on it and not to the whole screen space.

  • Both controllers are visible in all UIInterfaceOrientation values. (I think this isn't supported)

Is this possible with the current UISplitViewController?

It would be better to build my own UIViewController and simulate the apparience and behavior of the UISplitViewController plus my extended functionality?

In case i decide choice 2, would that make my app rejected?

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

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

发布评论

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

评论(1

唠甜嗑 2024-11-06 11:40:17

您可以查看 Matt Gemmell 的 MGSplitViewController,它是一个开源 iOS 分割视图控制器,具有比 更多的功能>UISplitViewController。由于它是开源的,对此进行上述更改可能比对 UISplitViewController 更容易。

You could check out Matt Gemmell's MGSplitViewController, which is an open source iOS split view controller with more features than UISplitViewController. Since its open source, it would probably be much easier to make said changes to this than to UISplitViewController.

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