---
title: angle
framework: UIKit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.1+, iPadOS 27.1+]
path: uikit/uihinge/angle
---

# angle

The current angle of the hinge, in radians.

## Declaration

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

## Discussion

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.

## See Also

### Getting the hinge state

- [status](uikit/uihinge/status-swift.property.md)
- [UIHinge.Status](uikit/uihinge/status-swift.enum.md)
