gpt4 book ai didi

tvos - 如何在 ios 10 中使用 preferredFocusEnvironments 而不是首选的 Focused View?

转载 作者:行者123 更新时间:2023-12-04 23:40:00 24 4
gpt4 key购买 nike

我正在开发苹果电视操作系统应用程序。我想将注意力转移到特定的 UiButton 上,但我不知道如何使用 preferredFocusEnvironments 而不是 preferredFocusedView ?

我可以使用 preferredFocusedView 但不推荐使用此变量。

所以有人可以帮我解决这个问题吗?

最佳答案

我可以通过关注这个 link 来解决这个问题

我所做的是如下:

@IBOutlet weak var viewTemp: UIView!
override var preferredFocusEnvironments : [UIFocusEnvironment] {
//Condition
return [viewTemp]
}

设置了这个。
override weak var preferredFocusedView: UIView? {
//Condition
return viewTemp
}

关于tvos - 如何在 ios 10 中使用 preferredFocusEnvironments 而不是首选的 Focused View?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40669173/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com