UIDocumentViewForPreview 대리자

정의

UIDocumentInteractionController의 미리 보기를 렌더링하는 UIView를 가져오기 위한 대리자 서명입니다.

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

매개 변수

controller
UIDocumentInteractionController

호출자입니다.

반환 값

미리 보기 렌더링을 담당하는 UIView입니다.

설명

UIDocumentInteractionController에서 ViewForPreview 후크를 설정하는 데 사용됩니다.

적용 대상