Search code examples
iosecslidingviewcontrollerecslidingviewcontroller-2

Can ECSlidingViewController2 been used with both a left and right bar button?


Does anyone know if ECSlidingViewController2 can be used with both a left and a right UIBarButtonItem at the same time? Each of the examples only show a single button used on the left of the navigation bar.

https://github.com/ECSlidingViewController/ECSlidingViewController

Thanks in advance!

EDIT:

For future reference, an example showing ECSlidingViewController2 using both a left and right UIBarButtonItem at the same time can now be found at:

https://github.com/ECSlidingViewController/ECSlidingViewController/tree/master/Examples/LayoutDemo


Solution

  • Yes. The LayoutDemo had a left and right button.