Adding Right Bar Button
royemi opened this issue · 2 comments
royemi commented
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
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
Thank you
Regards