UIDocumentViewForPreview 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
UIDocumentInteractionController의 미리 보기를 렌더링하는 UIView를 가져오기 위한 대리자 서명입니다.
public delegate UIKit.UIView UIDocumentViewForPreview(UIDocumentInteractionController controller);
type UIDocumentViewForPreview = delegate of UIDocumentInteractionController -> UIView
매개 변수
- controller
- UIDocumentInteractionController
호출자입니다.
반환 값
미리 보기 렌더링을 담당하는 UIView입니다.
설명
UIDocumentInteractionController에서 ViewForPreview 후크를 설정하는 데 사용됩니다.