Search code examples
swiftuitabbarcontrolleruitabbartvos

Moving a UITabBar to the bottom


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.


Solution

  • This doesn't seem possible using a UITabBarController. You can achieve this by adding a UITabBar to a UIViewController though. Example:

    UITabBar on bottom of view