ViewBased 应用程序中的 UISplitViewController?
如何在 UIViewBased 应用程序中添加 UISplitViewController?
有可能吗?
我已经为我的 iPad 应用程序启动了 UIViewBased 应用程序项目。我想一键单击即可显示 SplitView。我怎样才能实现这个?
谢谢
How to add UISplitViewController in UIViewBased application?
Is is possible ?
I have started UIViewBased application project for my iPad app. I want to show SplitView on one button click. How can I implement this?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apple 人机界面指南禁止这样做,并规定 UISplitViewController 必须作为根视图控制器安装,因此最好在重新设计应用程序时考虑到这一点。
The Apple human interface guidelines forbid this and say that the UISplitViewController must be installed as the Root View Controller so it would be best to redesign your app with this in mind.