Reputation: 822
I have implemented tabbarcontroller for tvOS top navigation and it hides when unfocused but my client has a requirement that tabbarController should be persistent when focused is moved out. Is it possible to keep tabbarController displayed persistently in tvOS?
Upvotes: 0
Views: 86
Reputation: 9131
The redesigned UITabBarController in tvOS 13 remains visible, if you don't implement any additional code to hide it.
Upvotes: 0