<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIAccessibility/GuidedAccessRestrictionState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIGuidedAccessRestrictionState"
  },
  "title" : "UIAccessibility.GuidedAccessRestrictionState"
}
-->

# UIAccessibility.GuidedAccessRestrictionState

Constants that describe the state of a restriction, either allow or deny.

```
enum GuidedAccessRestrictionState
```

## Topics

### Constants

[`UIGuidedAccessRestrictionStateAllow`](/documentation/UIKit/UIAccessibility/GuidedAccessRestrictionState/allow)

The app should allow the user to perform the action controlled by the restriction.

[`UIGuidedAccessRestrictionStateDeny`](/documentation/UIKit/UIAccessibility/GuidedAccessRestrictionState/deny)

The app should deny the user from performing the action controlled by the restriction.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)