Contents

delegate

The document browser’s delegate.

Declaration

weak var delegate: (any UIDocumentBrowserViewControllerDelegate)? { get set }

Discussion

The delegate object must implement the UIDocumentBrowserViewControllerDelegate protocol.

See Also

Responding to browser events