<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIButton/isHovered",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIButton(py)hovered"
  },
  "title" : "isHovered"
}
-->

# isHovered

A Boolean value that indicates whether a pointer effect is active.

```
var isHovered: Bool { get }
```

## Discussion

If you enable pointer interaction by setting [`isPointerInteractionEnabled`](/documentation/UIKit/UIButton/isPointerInteractionEnabled), this property indicates the button has an active pointer effect.

## See Also

[Pointer interactions](/documentation/UIKit/pointer-interactions)

Support pointer interactions in your custom controls and views.



---

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)