Contents

didHintFocusMovement(_:)

Indicates to the currently focused item that focus movement might occur.

Declaration

optional func didHintFocusMovement(_ hint: UIFocusMovementHint)

Parameters

  • hint:

    The movement hint object corresponding to the user’s input.

Discussion

The focus item is mutated by the focus engine whenever the user’s finger moves on the remote.

See Also

Providing movement hints