Ios swift – Unable to customize my navigation bar inside the viewcontroller that is under a tabbar controller
I have three view controllers under my tabbar controller. They extend BaseViewController for navigation customization. In other viewcontrollers outside the tabbar controller, BaseViewController works without any problems. But inside the viewcontrollers of tabbar controller, any changes are reflected, and just…