Contents

UIDocumentMenuDelegate

A set of methods that you must implement to track user interactions with a document menu view controller.

Declaration

@MainActor protocol UIDocumentMenuDelegate : NSObjectProtocol

Overview

The document menu calls the methods of this protocol when the user selects a document picker or dismisses the menu. If the user selects a document picker, set the picker’s delegate and present it.

Topics

Responding to user actions

See Also

Getting the user-selected document picker