UIDocumentViewForPreview 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
委派簽章,用於取得負責轉譯 UIDocumentInteractionController 預覽的 UIView。
public delegate UIKit.UIView UIDocumentViewForPreview(UIDocumentInteractionController controller);
type UIDocumentViewForPreview = delegate of UIDocumentInteractionController -> UIView
參數
- controller
- UIDocumentInteractionController
呼叫端。
傳回值
負責轉譯預覽的 UIView。
備註
用來在 UIDocumentInteractionController 中設定 ViewForPreview 勾點。