UIDocumentViewController Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate signature used to pass a UIDocumentInteractionController in callbacks from UIDocumentInteractionController.
public delegate UIKit.UIViewController UIDocumentViewController(UIDocumentInteractionController controller);
type UIDocumentViewController = delegate of UIDocumentInteractionController -> UIViewController
Parameters
- controller
- UIDocumentInteractionController
A delegate for events raised by UIDocumentInteractionController.
Return Value
The return value from this delegate method should be a UIViewController.