<!--
{
  "availability" : [
    "iOS: 17.5.0 -",
    "iPadOS: 17.5.0 -",
    "macCatalyst: 17.5.0 -",
    "macOS: 14.5.0 -",
    "visionOS: 26.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/PencilDoubleTapGestureValue/hoverPose",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI27PencilDoubleTapGestureValueV9hoverPoseAA0c5HoverI0VSgvp"
  },
  "title" : "hoverPose"
}
-->

# hoverPose

The location and distance of an Apple Pencil hovering in the area above
the view’s bounds when the double-tap gesture occurred.

```
let hoverPose: PencilHoverPose?
```

## Discussion

If the Apple Pencil was hovering in the area above the view’s bounds
when the user double-tapped their Apple Pencil, this property describes
its pose relative to that view.

Conversely, if the Apple Pencil wasn’t hovering in the area above the
view’s bounds or if the device can’t detect a hovering Apple Pencil,
this property is `nil`.

---

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)