V V
V V

Reputation: 822

tvOS UITabBarController hides when its not focused

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

Answers (1)

Ely
Ely

Reputation: 9131

The redesigned UITabBarController in tvOS 13 remains visible, if you don't implement any additional code to hide it.

Upvotes: 0

Related Questions