次の方法で共有


UIDocumentViewForPreview 代理人

定義

UIDocumentInteractionController のプレビューをレンダリングする UIView を取得するためのデリゲート署名。

public delegate UIKit.UIView UIDocumentViewForPreview(UIDocumentInteractionController controller);
type UIDocumentViewForPreview = delegate of UIDocumentInteractionController -> UIView

パラメーター

controller
UIDocumentInteractionController

呼び出し元。

戻り値

プレビューのレンダリングを担当する UIView。

注釈

UIDocumentInteractionController で ViewForPreview フックを設定するために使用します。

適用対象