Contents

delegate

An object that acts as the delegate of the view controller.

Declaration

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

Discussion

The delegate must adopt the UIDocumentPickerDelegate protocol.

See Also

Getting the user-selected document