Edit button inside UITabBarController and UINavigationController
问题 I just embedded my UINavigationController into a UITabBarController. I can no longer see my view title or edit button. Please see storyboard below. How do I make the edit button visible again? My Storyboard: 回答1: Rather than the following organization (which you're currently using): NavController -> TabBarController -> ViewControllerA \ -> ViewControllerB You must do the following: TabBarController -> NavControllerA -> ViewControllerA \ -> NavControllerB -> ViewControllerB UITabBarController