Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经实现了一个 tvOS 13 全屏顶层架子扩展,其中TVTopShelfCarouselItems 有一个imageURL和一个previewVideoURL集合。
TVTopShelfCarouselItem
imageURL
previewVideoURL
然而,该项目title仅在视频播放时显示,而不是在显示图像时显示。物品是否有一套并不重要previewVideoURL。
title
Apple 的 TV 应用程序中的行为有所不同,该应用程序也在图像顶部显示标题(对于海报中没有标题的电影)。
有没有办法实现这种行为?
在进一步调查 Apple 的 TV 应用行为后,Apple 似乎通过在图像中嵌入标题来解决这个问题。
因为当信息覆盖隐藏时,图像顶部的标题也是可见的。
我向 Apple 填写了增强请求反馈。