IUICollectionViewDropCoordinator 인터페이스

정의

컬렉션 뷰를 사용하여 놓기 작업을 조정하는 데 사용되는 시스템 생성 개체입니다.

[Foundation.Protocol(Name="UICollectionViewDropCoordinator", WrapperType=typeof(UIKit.UICollectionViewDropCoordinatorWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUICollectionViewDropCoordinator : IDisposable, ObjCRuntime.INativeObject
type IUICollectionViewDropCoordinator = interface
    interface INativeObject
    interface IDisposable
특성
구현

속성

DestinationIndexPath

삽입에 대한 인덱스 경로를 가져옵니다.

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)
Items

끌기 항목을 가져옵니다.

Proposal

놓기 제안을 가져옵니다.

Session

삭제 세션을 가져옵니다.

메서드

DropItemIntoItem(UIDragItem, NSIndexPath, CGRect)

지정된 항목 인덱스 경로에 있는 항목의 좌표계에 있는 지정된 사각형에 끌기 항목을 삭제합니다.

DropItemToItem(UIDragItem, NSIndexPath)

지정된 항목 인덱스 경로의 항목에 끌기 항목을 삭제합니다.

DropItemToPlaceholder(UIDragItem, UICollectionViewDropPlaceholder)

끌기 항목을 지정된 자리 표시자로 놓습니다.

DropItemToTarget(UIDragItem, UIDragPreviewTarget)

끌기 항목을 지정된 대상에 삭제합니다.

적용 대상