<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIDocumentBrowserViewController/customActions",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIDocumentBrowserViewController(py)customActions"
  },
  "title" : "customActions"
}
-->

# customActions

Custom document browser actions.

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

## Discussion

By default, this property contains an empty array. Assign an array of [`UIDocumentBrowserAction`](/documentation/UIKit/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.

---

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)