<!--
{
  "availability" : [
    "iOS: 27.1.0 -",
    "iPadOS: 27.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIHinge/angle",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIHinge(py)angle"
  },
  "title" : "angle"
}
-->

# angle

The current angle of the hinge, in radians.

```
var angle: CGFloat { get }
```

## Discussion

The rate and granularity of angle updates are system policy and can change based on system state, so don’t depend on a particular update frequency or
precision. If you only need to know whether the hinge is closed, partially open, or fully open, prefer `status` over the angle.

---

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)