标签: objective-c ios cocoa-touch ipad uisplitviewcontroller
是否可以在SplitViewController中调整RootViewController的大小?我正在寻找如下图所示的效果。在左侧,橙色渐变条将是RootViewController。如果不可能,我的替代方案是什么?我应该只是使整个屏幕成为一个大的ViewController,并在左端添加一个子视图?
谢谢!
答案 0 :(得分:2)
尝试使用MGSplitViewController或APSplitViewController。
答案 1 :(得分:0)
您也可以将持久视图添加到应用程序根视图或窗口。