Apple TV Docs

Menu Bar Template

Use this template to display a list of selectable items across the top of the screen. Users can move between menu bar items to change the information displayed below the menu bar.

Important

Navigation with this template will not work with the current version of the shell.

Tips & Tricks

  • Default theme: System preference

Templates

Default

<document>
  <menuBarTemplate>
    <menuBar>
      <menuItem documentURL="/templates/menubar/MenuBar_Page_1.xml">
        <title>Tab 1</title>
      </menuItem>
      
      <menuItem documentURL="/templates/menubar/MenuBar_Page_2.xml" autoHighlight="true">
        <title>Tab 2</title>
      </menuItem>
      
      <menuItem documentURL="/templates/menubar/MenuBar_Page_3.xml">
        <title>Tab 3</title>
      </menuItem>
    </menuBar>
  </menuBarTemplate>
</document>