---
title: customActions
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidocumentbrowserviewcontroller/customactions
---

# customActions

Custom document browser actions.

## Declaration

```swift
var customActions: [UIDocumentBrowserAction] { get set }
```

## Mentioned in

Adding custom actions and activities

## Discussion

Discussion By default, this property contains an empty array. Assign an array of UIDocumentBrowserAction objects to add custom document browser actions. Document browser actions can be accessed in two ways: Navigation bar actions appear in the Navigation bar when the user places the browser into the Select mode. Menu actions appear when the user long presses on a document or folder. When triggered, these actions are passed the URLs of the currently selected items.

## See Also

### Adding custom actions

- [UIDocumentBrowserAction](uikit/uidocumentbrowseraction.md)
