I want to have two Drawer menus, one from left another from the right.
Is it possible using ECSlidingViewController 2
. If no then can you suggest the better way to achieve the same?
Can I have two ECSlidingViewController Drawer from left and right?
102 Views Asked by rahulg At
2
There are 2 best solutions below
0

You can use MFSideMenu too. It is also a very simple library to implement.
The git link is https://github.com/mikefrederick/MFSideMenu
I have made a video too regarding this
https://www.youtube.com/watch?v=2kuhBOTdx00
Here I have set left and central, you can set right side menu too.
Check out this library RESideMenu is it very easy and have left and right menus
Here is a sample code