<!--
{
  "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

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

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

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

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



---

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)