Share via


UIDocumentMenuDelegate_Extensions Class

Definition

Extension methods to the IUIDocumentMenuDelegate interface to support all the methods from the UIDocumentMenuDelegate protocol.

public static class UIDocumentMenuDelegate_Extensions
type UIDocumentMenuDelegate_Extensions = class
Inheritance
UIDocumentMenuDelegate_Extensions

Remarks

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

Methods

Name Description
WasCancelled(IUIDocumentMenuDelegate, UIDocumentMenuViewController)

The user dismissed the picker.

Applies to