Is there a way to move a tab bar from the top to the bottom on tvOS? I want to create a custom one, but on the bottom.
This doesn't seem possible using a UITabBarController
. You can achieve this by adding a UITabBar
to a UIViewController
though. Example: