Contents

nextFocusedView

The view that takes the focus after the focus update.

Declaration

weak var nextFocusedView: UIView? { get }

Discussion

If your app targets tvOS 10 and later, use nextFocusedItem instead.

This property returns nil if no view will be focused after the update.

See Also

Locating focus direction