---
title: "didHintFocusMovement(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uifocusitem/didhintfocusmovement(_:)"
---

# didHintFocusMovement(_:)

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

## Declaration

```swift
optional func didHintFocusMovement(_ hint: UIFocusMovementHint)
```

## Parameters

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

## Discussion

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

## See Also

### Providing movement hints

- [UIFocusMovementHint](uikit/uifocusmovementhint.md)
