---
title: accessibilityCustomActions
framework: objectivec
role: symbol
role_heading: Instance Property
path: objectivec/nsobject-swift.class/accessibilitycustomactions
---

# accessibilityCustomActions

An array of custom actions to display along with the built-in actions.

## Declaration

```swift
@MainActor var accessibilityCustomActions: [UIAccessibilityCustomAction]? { get set }
```

## Discussion

Discussion The array contains one or more UIAccessibilityCustomAction objects defining the supported actions. Assistive technologies, such as VoiceOver, display your custom actions to the user at appropriate times.
