Reputation: 21603
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!
Upvotes: 1
Views: 948
Reputation: 113
You could also just add the persistent view to the applications rootview or window.
Upvotes: 0