<!--
{
  "availability" : [
    "iOS: 27.1.0 -",
    "iPadOS: 27.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIHinge/Status-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIHingeStatus"
  },
  "title" : "UIHinge.Status"
}
-->

# UIHinge.Status

The status of an individual hinge

```
enum Status
```

## Topics

### Getting the hinge status

[`case closed`](/documentation/UIKit/UIHinge/Status-swift.enum/closed)

The hinge is closed

[`case fullyOpen`](/documentation/UIKit/UIHinge/Status-swift.enum/fullyOpen)

The hinge is open as far as the device allows

[`case partiallyOpen`](/documentation/UIKit/UIHinge/Status-swift.enum/partiallyOpen)

The hinge is partially open

[`case unknown`](/documentation/UIKit/UIHinge/Status-swift.enum/unknown)

The status of the hinge is unknown

### Initializers

[`init?(rawValue: Int)`](/documentation/UIKit/UIHinge/Status-swift.enum/init(rawValue:))

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)