UIDocumentInteractionControllerDelegate.ViewControllerForPreview Method
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.
Indicates that the UIDocumentInteractionController needs a UIViewController for presenting a document preview.
[Foundation.Export("documentInteractionControllerViewControllerForPreview:")]
public virtual UIKit.UIViewController ViewControllerForPreview (UIKit.UIDocumentInteractionController controller);
abstract member ViewControllerForPreview : UIKit.UIDocumentInteractionController -> UIKit.UIViewController
override this.ViewControllerForPreview : UIKit.UIDocumentInteractionController -> UIKit.UIViewController
Parameters
- controller
- UIDocumentInteractionController
Returns
- Attributes