UINavigationController 与 UISplitViewController
我知道苹果不会“批准”“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您希望您的应用程序获得批准在 App Store 上分发,则不能这样做。
如果您正在使用 Enterprise 发行版,或者只是闲逛,您可能可以让它工作:
上不过,将无法找到太多帮助来使其发挥作用,因为这是浪费精力(因为苹果不允许这样做)。
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:
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).