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

1

6

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

Angelicangelica answered 19/9, 2019 at 14:38 Comment(3)
Can you attach sample code or project?Ne
The main answer - no, you can't do this easily. This can help. #58320807Holo
@NikKov yeah I've migrated to adopting the new styling. Was hoping for a temporary solution for this during the transition period.Angelicangelica
J
0

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 }
Jawbone answered 28/9, 2019 at 13:58 Comment(1)
This doesn’t account for hitting the menu button and having the tab bar appear. Using this will scroll to top when menu is pressed.Angelicangelica

© 2022 - 2024 — McMap. All rights reserved.