andreamazz / SlideOutNavigation

SlideOut Navigation Controller for iOS.
MIT License
210 stars 49 forks source link

Adding Right Bar Button #61

Closed royemi closed 10 years ago

royemi commented 10 years ago

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

andreamazz commented 10 years ago

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.

royemi commented 10 years ago

Thank you Regards