问题标签 [apple-tv]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
2259 浏览

tvos - How to create a UIButton for tvOS with a clear background color?

I'm trying to create a UIButton of System type with a clear background color. The problem is that it shows a gray background color even if I set it to clearColor. I can do it with a Custom type UIButton, but then the button loses the default effects for focusing and selection.

Appearance of the System UIButton with a clear background color

Does anyone knows how to create a System UIButton with a entirely transparent background?

0 投票
0 回答
390 浏览

objective-c - 如何在 tvOS 上播放来自 Cloudkit 的视频?

我有一个问题我一直试图解决一天,我厌倦了用头撞墙。有人知道怎么做吗?

1 号效果很好

  1. 效果很好

    /li>
  2. 不工作

    /li>
  3. 不工作

    /li>
0 投票
1 回答
209 浏览

tvos - Apple tvOS UX:使用遥控器浏览视频播放列表

这与实际 Apple TV 设备的用户体验更相关。

建立 3 的视频播放列表后mediaItem,如何mediaItem使用遥控器进入下一个播放列表?

0 投票
2 回答
3759 浏览

tvos - How to center UICollectionViewCell that was focused?

What I want to achieve is very simple: each time user focuses a collection view cell, I want to make the focused cell horizontally centered. It seems like my current approach doesn't work at all.

What is odd is that collection view ignores any attempt to scroll anywhere. For testing purposes, I changed index path to the last item's index path in collection view, but it works only when collection view appears for the first time.

0 投票
1 回答
507 浏览

objective-c - 无法在 tvOS 中的 SKLabelNode 上设置字体

当我尝试在tvOS下使用任何字体实例化SKLabelNode时遇到问题。我根据文档(此处)使用以下内容:

但是,字体不会改变,而是使用默认字体。我错过了什么吗?

谢谢您的帮助!

编辑:

显然,某些 iOS 字体目前在 tvOS 上不可用。如果它对这里的任何人有帮助,请列出目前可以使用的字体列表:

0 投票
2 回答
3661 浏览

swift - 无法在 UITableViewCell 中聚焦 UICollectionViewCell

所以我正在探索新的 tvOS。因为我想复制应用商店的水平功能部分(例如“最佳新应用”)

我的计划是使用 UITableView 来布置基本结构(行)并为所有单独的水平滚动项使用 UICollectionView。

不幸的是,tvOS 总是关注 UITableViewCell,而不是里面的 UICollectionViewCell。我已经读过关于

因此,在我的控制器中使用它对于获得正确的子视图有点困难。

有什么我可以调查的吗,或者有人可以指出我正确的方向吗?遍历所有子视图,直到我得到正确的子视图似乎是个坏主意。

非常感谢!

0 投票
1 回答
569 浏览

ios - tvOS - 管理订阅页面

在 iOS 上,您可以简单地执行以下操作:

注意: Safari 不存在于 tvOS 上。

您可以使用“itms-apps”直接打开设置应用程序

注意:这仅适用于设备。

问题:

有人可以确认第二种方法适用于实际的 Apple TV 吗?

我没有实际的设备,这在模拟器上不起作用。

谢谢!

0 投票
3 回答
7337 浏览

swift - 如何使用 Apple TV 上的焦点引擎使 UIView 可聚焦

是否有可能使一个UIView焦点?或者我应该UIButton对所有可能的视图使用自定义?

我试图覆盖canBecomeFocused但什么也没发生。

0 投票
1 回答
72 浏览

tvos - 是否可以在 tvO 上使用“slideUp Bar”

我仍在尝试新的 tvO,并且想知道苹果是否让我们使用 slideUp 栏或 HUD 或他们在屏幕底部给该区域起的任何名称。(这个-> https://developer.apple.com/tvos/human-interface-guidelines/visual-design/images/visual-design-light-bg.png

不幸的是,我在文档中找不到任何关于此的内容。

非常感谢你的帮助 :)

0 投票
2 回答
6435 浏览

menu - 如何在 tvOS 中将焦点从一个按钮移动到另一个按钮?

我是 tvOS 的新手。我想要一个标准按钮,一旦被按下,它将焦点移动到另一个标准按钮,我该怎么做(如果可能的话)?