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

# UIPointerRegion

A rectangular region that interacts with pointer movements.

```
@MainActor class UIPointerRegion
```

## Topics

### Creating a region

[`init(rect:identifier:)`](/documentation/UIKit/UIPointerRegion/init(rect:identifier:))

Creates a pointer region with the specified rectangle and optional identifier.

[`regionWithRect:identifier:`](/documentation/UIKit/UIPointerRegion/regionWithRect:identifier:)

Creates a pointer region with the specified rectangle and optional identifier.

### Configuring a region

[`rect`](/documentation/UIKit/UIPointerRegion/rect)

The rectangle bounds of the region.

[`identifier`](/documentation/UIKit/UIPointerRegion/identifier-1tw1m)

An optional identifier for the region.

[`identifier`](/documentation/UIKit/UIPointerRegion/identifier-9i5wc)

An optional identifier for the region.

[`latchingAxes`](/documentation/UIKit/UIPointerRegion/latchingAxes)

Axes along which the region latches after a primary click.



---

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)