---
title: UIAccessibility.GuidedAccessRestrictionState
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uiaccessibility/guidedaccessrestrictionstate
---

# UIAccessibility.GuidedAccessRestrictionState

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

## Declaration

```swift
enum GuidedAccessRestrictionState
```

## Topics

### Constants

- [UIAccessibility.GuidedAccessRestrictionState.allow](uikit/uiaccessibility/guidedaccessrestrictionstate/allow.md)
- [UIAccessibility.GuidedAccessRestrictionState.deny](uikit/uiaccessibility/guidedaccessrestrictionstate/deny.md)

### Initializers

- [init(rawValue:)](uikit/uiaccessibility/guidedaccessrestrictionstate/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Implementing restrictions

- [guidedAccessRestriction(withIdentifier:didChange:)](uikit/uiguidedaccessrestrictiondelegate/guidedaccessrestriction(withidentifier:didchange:).md)
