UIDropInteractionDelegate_Extensions 클래스

정의

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

public static class UIDropInteractionDelegate_Extensions
type UIDropInteractionDelegate_Extensions = class
상속
UIDropInteractionDelegate_Extensions

설명

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

메서드

CanHandleSession(IUIDropInteractionDelegate, UIDropInteraction, IUIDropSession)

지정된 가 지정된 interaction 를 처리할 수 있으면 를 session반환 true 합니다.

ConcludeDrop(IUIDropInteractionDelegate, UIDropInteraction, IUIDropSession)

삭제가 수행되고 모든 애니메이션이 완료된 후 호출되는 메서드입니다.

GetPreviewForDroppingItem(IUIDropInteractionDelegate, UIDropInteraction, UIDragItem, UITargetedDragPreview)

개발자가 사용자 지정 미리 보기를 제공할 수 있도록 각 끌기 항목에 대해 호출되는 메서드입니다.

PerformDrop(IUIDropInteractionDelegate, UIDropInteraction, IUIDropSession)

드롭 세션에서 항목 공급자의 데이터를 사용하도록 호출되는 메서드입니다.

SessionDidEnd(IUIDropInteractionDelegate, UIDropInteraction, IUIDropSession)

개발자가 완료된 드롭 세션에 대한 모든 리소스를 해제할 수 있도록 호출되는 메서드입니다.

SessionDidEnter(IUIDropInteractionDelegate, UIDropInteraction, IUIDropSession)

사용자가 놓기 상호 작용을 위해 드롭 세션을 보기로 끌 때 호출되는 메서드입니다.

SessionDidExit(IUIDropInteractionDelegate, UIDropInteraction, IUIDropSession)

사용자가 드롭 상호 작용을 위해 드롭 세션을 보기 밖으로 끌 때 호출되는 메서드입니다.

SessionDidUpdate(IUIDropInteractionDelegate, UIDropInteraction, IUIDropSession)

터치 포인트가 보기 안으로 또는 보기 내에서 이동하거나 터치 포인트가 보기 내에 있는 동안 끌기 항목이 추가되는 경우 호출되는 메서드입니다.

WillAnimateDrop(IUIDropInteractionDelegate, UIDropInteraction, UIDragItem, IUIDragAnimating)

놓기 직전에 표시되는 각 끌기 항목에 대해 호출되는 메서드입니다.

적용 대상