UIDocumentPickerDelegate_Extensions Class

Definition

Extension methods to the IUIDocumentPickerDelegate interface to support all the methods from the UIDocumentPickerDelegate protocol.

public static class UIDocumentPickerDelegate_Extensions
type UIDocumentPickerDelegate_Extensions = class
Inheritance
UIDocumentPickerDelegate_Extensions

Remarks

The extension methods for IUIDocumentPickerDelegate allow developers to treat instances of the interface as having all the optional methods of the original UIDocumentPickerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

DidPickDocument(IUIDocumentPickerDelegate, UIDocumentPickerViewController, NSUrl[])

Developers may implement this method to respond after the user selects documents.

WasCancelled(IUIDocumentPickerDelegate, UIDocumentPickerViewController)

The user dismissed the picker.

Applies to