isFocused
A Boolean value that indicates whether the access point is in focus on tvOS.
Declaration
var isFocused: Bool { get set }Discussion
To change the focus to the access point, set this property to true; otherwise, set it to false.
A Boolean value that indicates whether the access point is in focus on tvOS.
var isFocused: Bool { get set }To change the focus to the access point, set this property to true; otherwise, set it to false.