UIDocumentViewForPreview 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个委托签名,用于获取负责呈现 UIDocumentInteractionController 预览的 UIView。
public delegate UIKit.UIView UIDocumentViewForPreview(UIDocumentInteractionController controller);
type UIDocumentViewForPreview = delegate of UIDocumentInteractionController -> UIView
参数
- controller
- UIDocumentInteractionController
调用方。
返回值
负责呈现预览的 UIView。
注解
用于在 UIDocumentInteractionController 中设置 ViewForPreview 挂钩。