---
title: isAssistiveAccessEnabled
framework: accessibility
role: symbol
role_heading: Type Property
path: accessibility/accessibilitysettings/isassistiveaccessenabled
---

# isAssistiveAccessEnabled

A Boolean value that indicates whether Assistive Access is running.

## Declaration

```swift
static var isAssistiveAccessEnabled: Bool { get }
```

## Mentioned in

Optimizing your app for Assistive Access

## Discussion

Discussion The value of this property doesn’t change during a process’s lifetime, so it isn’t necessary to observe changes.

## See Also

### Related Documentation

- [accessibilityAssistiveAccessEnabled](swiftui/environmentvalues/accessibilityassistiveaccessenabled.md)

### Supporting cognitive accessibility features

- [Assistive Access](accessibility/assistive-access.md)
- [UISupportsFullScreenInAssistiveAccess](bundleresources/information-property-list/uisupportsfullscreeninassistiveaccess.md)
