tvOS 13 introduces a completely new default UI for UITabBarController.
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):
tvOS 13 UITabBarController:
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 }
If you are talking abut the "always on top" behaviour of the new UI then you can change this by using: