Contents

UIDocumentBrowserAction

A custom action that you can create and add to a document browser’s Edit menu or navigation bar.

Declaration

class UIDocumentBrowserAction

Mentioned in

Overview

By default, the system provides a number of standard actions (copy, move, rename, delete, and share). To add custom actions, assign an array of UIDocumentBrowserAction objects to the browser’s customActions property.

Document browser actions can appear in either the navigation bar or the Edit menu.

  • Navigation bar actions appear in the navigation bar when the user places the browser into the Select mode.

  • Menu actions appear in the Edit Menu when the user long presses on a document or folder.

When triggered, these actions are passed the URLs of the currently selected items.

Topics

Creating and configuring actions

Accessing activity data

See Also

Related Documentation

Adding custom actions