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 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?
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 }
© 2022 - 2024 — McMap. All rights reserved.