UITabBarController UISplitViewController hides the BottomBarWhenPushed

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)

Storyboard (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

+4

Source: https://habr.com/ru/post/1664927/


All Articles