在 SplitViewController 中调整 RootViewController 的大小
是否可以在 SplitViewController 中调整 RootViewController 的大小?我正在寻找如下图所示的效果。在左侧,橙色渐变条将是 RootViewController。如果不可能,我有什么选择?我应该让整个屏幕成为一个大的 ViewController 并在左端添加一个子视图吗?
谢谢!
Is it possible to resize the RootViewController in SplitViewController? I am looking for an effect like the image below. On the left hand side, the orange gradient bar will be the RootViewController. If it's not possible, what are my alternatives? Should I just make the entire screen a large ViewController with and add a subview on the left end?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 MGSplitViewController 或 APSplitViewController。
Try using MGSplitViewController or APSplitViewController.
您还可以将持久视图添加到应用程序根视图或窗口。
You could also just add the persistent view to the applications rootview or window.