andreamazz/SlideOutNavigation

Adding Right Bar Button

royemi opened this issue · 2 comments

Hi,
Is it possible to add second bar button to the right side.Using Push or Modal to open another ViewController.Example Search button.
Thank you

Hi @royemi
Yes, the control uses a normal UINavigationController, so you can add right button item(s) in the same way you would on any UINavigationController.

Thank you
Regards