TVOS 资源列表

TVOS Resources List

查看新 Apple TV 的 TVOS 文档和模板示例,我看到有徽章,您可以在其中使用资源。 示例:

<badge src="resource://mpaa-pg" class="badge" />
<badge src="resource://button-play" />
<badge src="resource://cc" class="badge" />

有人知道我在哪里可以找到所有可用资源的列表吗? 我在文档中找不到它。 谢谢

我找到了一些按钮和徽章的列表:隐藏式字幕、常识标签、pg 评级...这里:https://forums.developer.apple.com/message/57807#57807

另外,(摘自部分线程)

As a work-around before having some documentation you can find ressources (.png files) at this location :
/Applications/Xcode-beta.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/System/Library/

可以在下面找到可用的资源值列表link..

https://developer.apple.com/library/tvos/documentation/LanguagesUtilities/Conceptual/ATV_Template_Guide/ResourceValues.html

不幸的是,仍然没有关于资源的文档。我能够发现的是,您可以从 Assets.xcassets 文件中引用文件:

<img src="resource://LaunchImage"/>

您还可以参考 Assets.car 文件中的图像,形成

/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/System/Library/Frameworks

使用这个 cartool 我能够列出 TVMLKit.framework\Assets.car 的内容,它们都可以像这样使用:

<img src="resource://popover-chevron-up"/>