<!--
{
  "availability" : [
    "iOS: 13.4.0 -",
    "iPadOS: 13.4.0 -",
    "macCatalyst: 13.4.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPointerInteractionDelegate/pointerInteraction(_:styleFor:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIPointerInteractionDelegate(im)pointerInteraction:styleForRegion:"
  },
  "title" : "pointerInteraction(_:styleFor:)"
}
-->

# pointerInteraction(_:styleFor:)

Asks the delegate for a pointer style after an interaction receives a new region.

```
optional func pointerInteraction(_ interaction: UIPointerInteraction, styleFor region: UIPointerRegion) -> UIPointerStyle?
```

## Parameters

`interaction`

This [`UIPointerInteraction`](/documentation/UIKit/UIPointerInteraction).

`region`

The [`UIPointerRegion`](/documentation/UIKit/UIPointerRegion) that represents the entire surface of the interaction’s view.

## Return Value

A `UIPointerStyle` describing the desired hover effect or pointer appearance for the given `UIPointerRegion`.

---

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)