UIDocumentViewForPreview 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
UIDocumentInteractionController のプレビューをレンダリングする UIView を取得するためのデリゲート署名。
public delegate UIKit.UIView UIDocumentViewForPreview(UIDocumentInteractionController controller);
type UIDocumentViewForPreview = delegate of UIDocumentInteractionController -> UIView
パラメーター
- controller
- UIDocumentInteractionController
呼び出し元。
戻り値
プレビューのレンダリングを担当する UIView。
注釈
UIDocumentInteractionController で ViewForPreview フックを設定するために使用します。