UIDocumentViewForPreview 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.
A delegate signature for getting the UIView responsible for rendering the preview of a UIDocumentInteractionController.
C#
public delegate UIKit.UIView UIDocumentViewForPreview(UIDocumentInteractionController controller);
type UIDocumentViewForPreview = delegate of UIDocumentInteractionController -> UIView
- controller
- UIDocumentInteractionController
The caller.
The UIView responsible for rendering the preview.
Used to set the ViewForPreview hook in UIDocumentInteractionController.
Produkt | Versiounen |
---|---|
Xamarin iOS SDK | 12 |