How can i add universal right / left UIBarButtonItem to a UINavigationController? I am trying to make a navigation based app with same left and right navigation bar button for all UIViewController
Thank You
How can i add universal right / left UIBarButtonItem to a UINavigationController ? I
Share
create a base UIViewController
then all your viewController should extend from BaseController
that’s done