UIDocumentInteractionControllerDelegate_Extensions 클래스

정의

프로토콜의 모든 메서드를 IUIDocumentInteractionControllerDelegate 지원하기 위해 인터페이스에 대한 확장 메서드입니다 UIDocumentInteractionControllerDelegate .

public static class UIDocumentInteractionControllerDelegate_Extensions
type UIDocumentInteractionControllerDelegate_Extensions = class
상속
UIDocumentInteractionControllerDelegate_Extensions

설명

개발자가 인터페이스의 인스턴스를 IUIDocumentInteractionControllerDelegate 원래 UIDocumentInteractionControllerDelegate 프로토콜의 모든 선택적 메서드를 갖는 것으로 처리할 수 있는 확장 메서드입니다. 인터페이스에는 필요한 멤버만 포함되므로 이러한 확장 메서드를 사용하면 개발자가 프로토콜의 선택적 멤버를 호출할 수 있습니다.

메서드

CanPerformAction(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, Selector)

개발자는 지정된 컨트롤러가 지정된 작업을 지원해야 하는지 여부를 결정하는 이 사용되지 않는 메서드를 사용하면 안 됩니다.

DidDismissOpenInMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

컨트롤러가 "열기..." 메뉴를 해제했음을 나타냅니다.

DidDismissOptionsMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

컨트롤러가 "옵션" 메뉴를 해제했음을 나타냅니다.

DidEndPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

컨트롤러가 문서 미리 보기를 종료했음을 나타냅니다.

DidEndSendingToApplication(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, String)

컨트롤러의 문서가 지정된 애플리케이션에 전달되었음을 나타냅니다.

PerformAction(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, Selector)

개발자는 사용되지 않는 이 메서드를 사용하면 안 됩니다.

RectangleForPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

문서 미리 보기 표시에 애니메이션 효과를 주는 시작점으로 사용되는 RectangleF입니다.

ViewControllerForPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

문서 미리 보기를 제공하는 UIViewController입니다.

ViewForPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

애니메이션 미리 보기의 시작점으로 사용할 UIView입니다. null이면 미리 보기가 사라집니다.

WillBeginPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

문서 미리 보기가 시작 중임을 나타냅니다.

WillBeginSendingToApplication(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, String)

컨트롤러의 문서가 지정된 애플리케이션에 전달될 예정임을 나타냅니다.

WillPresentOpenInMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

앱 사용자에게 "열기..." 메뉴가 표시될 예정임을 나타냅니다.

WillPresentOptionsMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

"옵션" 메뉴가 앱 사용자에게 표시될 예정임을 나타냅니다.

적용 대상