In my application (based on the Tab bar application XCode template) I use a UITabBarController to display a list of different sections of the application that the user can a
The only solution that worked for me
self.moreNavigationController.navigationBar.topItem?.rightBarButtonItem?.title = "" self.moreNavigationController.navigationBar.topItem?.rightBarButtonItem?.isEnabled = false