<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIFocusMovementHint",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIFocusMovementHint"
  },
  "title" : "UIFocusMovementHint"
}
-->

# UIFocusMovementHint

Provides movement hint information for the focused item.

```
class UIFocusMovementHint
```

## Topics

### Moving focus

[`var movementDirection: CGVector`](/documentation/UIKit/UIFocusMovementHint/movementDirection)

A vector representing how close focus is to moving to another item in the swiped direction.

### Transforming a hint

[`var interactionTransform: CATransform3D`](/documentation/UIKit/UIFocusMovementHint/interactionTransform)

A 3D transform that contains the combined transformations of perspective, rotation, and translation.

[`var perspectiveTransform: CATransform3D`](/documentation/UIKit/UIFocusMovementHint/perspectiveTransform)

A 3D transform that represents a perspective matrix to be applied to match UIKit interaction hinting.

[`var rotation: CGVector`](/documentation/UIKit/UIFocusMovementHint/rotation)

A vector to apply to a transform to match system interaction hinting.

[`var translation: CGVector`](/documentation/UIKit/UIFocusMovementHint/translation)

A vector to apply to a transform to match system interaction hinting.

## Relationships

### Conforms To

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)