Apple TV Docs

Built in Images

tvOS comes with several image resource libraries built into the operating system. These include files for common use cases needed in building TV apps.

Links to the various libraries are below in order by usefulness.

  • Button Icons
  • Miscellaneous Icons
  • Movie Rating Icons
  • TV Rating Icons

You also have access to any of the SF symbols.

Similar to Rock Mobile, Apple TV offers the ability to utilize custom resources. By embedding images directly into the Apple TV shell, developers can access these resources in the same manner as standard tvOS assets.

Note

Ensure to not include the file extension as tvOS removes file extensions when references resources.

Overlay Checkmark

This checkmark graphic can be added to images over the bottom right corner to indicate selection.

<lockup>
    <img src="https://rockrms.com/image" />
    <overlay>
        <badge src="resource://overlay-checkmark" style="tv-position: footer; tv-align: right;" />
    </overlay>
</lockup>