---
title: hoverPose
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipencilinteraction/tap/hoverpose
---

# hoverPose

The hover pose of Apple Pencil during a double-tap interaction.

## Declaration

```swift
var hoverPose: UIPencilHoverPose? { get }
```

## Discussion

Discussion The value of this property is nil if Apple Pencil isn’t close enough to the screen to detect a hover, or if the device doesn’t support hover.

## See Also

### Getting information about a double-tap interaction

- [timestamp](uikit/uipencilinteraction/tap/timestamp.md)
- [UIPencilHoverPose](uikit/uipencilhoverpose.md)
