Adding UITabBarController and have no NavigationController
问题 As I'm new in Xamarin.IOS, I'd like to ask a question. I've followed this example for adding UITabBarController in a Xamarin.IOS project. When I initialized RootViewController by an instance of TabController, it works fine and I have all tabs. BUT my NavigationController set null ! it means that : NavigationItem will disappear navigating between viewControllers are not possible by this code : this.NavigationController.PushViewController(new ProfileViewController(), true); because the