I have a UITabBarController as my root view controller in my appdelegate. Everything is fine, i can navigate as I need to. I have one view controller that when I add via a UINavigationController, I would like the UITabBarController to be hidden while this one view controller is displayed. I've tried the .HidesBottomBarWhenPushed property of a ViewController. I perform this in my ViewWillAppear method that I override. I set this to true after I call my base.ViewWillAppear method. I set this property to true when the It seems to work every time, but the first time the view is displayed. Any thoughts on this? I'm open to all suggestions.
↧