UINavigationController 与 UISplitViewController

发布于 2024-11-16 10:55:27 字数 270 浏览 2 评论 0原文

我知道苹果不会“批准”“UiSplitViewController”不是应用程序的主根。

但是,我需要创建一个具有“UINavigationControler”的应用程序,其中一个视图中有一个 UiSplitViewController。 不知道如何正确地做到这一点,我被困住了。

顺便说一句,我的 RootViewController 是 TabBarController,它在他的一个视图中具有“UINavigationController”。

任何想法都会有所帮助。 谢谢

I know that Apple don t "aprove" the "UiSplitViewController" to don´t be the main root from an app.

However, I need to create an app that have a "UINavigationControler", which have in one of his view´s an UiSplitViewController.
Any idea how I can do that correctly, I am stuck.

By the way, my RootViewController is TabBarController, which in one of his view have that "UINavigationController".

Any idea will help.
Thanks

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

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

发布评论

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

评论(1

椵侞 2024-11-23 10:55:27

如果您希望您的应用程序获得批准在 App Store 上分发,则不能这样做。

如果您正在使用 Enterprise 发行版,或者只是闲逛,您可能可以让它工作:

  1. 向您的项目添加一个新视图 (NewView)
  2. 将视图层次结构从 SplitViewController 视图复制到 NewView 中,
  3. 像平常一样将 NewView 推送到您的导航控制器堆栈

上不过,将无法找到太多帮助来使其发挥作用,因为这是浪费精力(因为苹果不允许这样做)。

If you hope to get your app approved for distribution on the App Store, you can't do this.

If you are using Enterprise distribution, or just messing around, you can probably get this to work:

  1. Add a new view to your project (NewView)
  2. Duplicate the view hierarchy from a SplitViewController view into NewView
  3. Push NewView onto your navigation controller stack like normal

You won't be able to find much help on getting this to work though, because it is wasted effort (as Apple won't allow it).

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