Use tvOS 12 UITabBarController default UI in tvOS 13 app compiled with Xcode 11

598 Views Asked by At

tvOS 13 introduces a completely new default UI for UITabBarController.

Is it possible to use the default UI of UITabBarController that was in previous versions of tvOS, 9-12, in a tvOS 13 application compiled with Xcode 11?

tvOS 9-12 UITabBarController (Desired UI): enter image description here

tvOS 13 UITabBarController: enter image description here

1

There are 1 best solutions below

1
On

If you are talking abut the "always on top" behaviour of the new UI then you can change this by using:

var tabBarObservedScrollView: UIScrollView? { get set }