I am working on a universal application. Below is my setting
I have a UISplitViewContoller as the third tab of the UITabBarController. SplitViewController has 2 UINavigationViewController that lead to two different UIViewControllers, let you talk (A and B)
(image of hope makes sense)
The iPad works great on the iPad, and A and B are visible. On the iPhone, only A is visible when I select an item in A, then it goes to B I want to hide the bottom panel when B is pressed.
I gave hidesBottomBarWhenPushed = true(in very affordable view controllers)
In other UIViewControllers above, the code works fine since there is no UISplitViewController