I am working on the example from RayWanderLich
I am trying to implement slide panels similar to facebook. I have two panels: center and left and there is a container panel.
When user press the Kitties (top left button) on Center Panel. Left View Controller (i set width as 400 in storyboard, above image) should be slided over the top of Center Panel.
But when i build the app. i can see the Left view width with 400 px. But the Left View Controller fills the entire screen by hiding center panel.
In this image, i set the left view controller color as Green. It overlaps center view controller.
How can i resize the view controller. Or is there any other better way to implement.
What i am trying to accompolish: There are two view controllers. one is center and other is left. when i click on a button in center view, the left view should be slide over on the top of center like in Split View controller.