I am using tab bar controller to show my views, since i have exceeded 5 tabs, all other view automatically move more navigation controller of tabbarcontroller.
My main goal is to remove back button text in all the views present inside the more navigation controller . I tried all possible ways of removing the text . Please help me resolving the the issue .
self.navigationItem.backBarButtonItem = UIBarButtonItem(title: "", style: UIBarButtonItemStyle.Plain, target: nil, action: nil)
tabBarController!.moreNavigationController.navigationBar.backItem?.title = "";
Please refer my attached screenshot . This is the page am getting from moreNAvaigation controller . So iw ant hide back button text and for it's child views also