UIDocumentViewController Delegate
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.
C#
public delegate UIKit.UIViewController UIDocumentViewController(UIDocumentInteractionController controller);
type UIDocumentViewController = delegate of UIDocumentInteractionController -> UIViewController
- controller
- UIDocumentInteractionController
A delegate for events raised by UIDocumentInteractionController.
The return value from this delegate method should be a UIViewController.
Producto | Versiones |
---|---|
Xamarin iOS SDK | 12 |