Share via


UITextDragDelegate.GetItemsForDrag Method

Definition

Method that is called to get custom drag items.

[Foundation.Export("textDraggableView:itemsForDrag:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIDragItem[] GetItemsForDrag(UIKit.IUITextDraggable textDraggableView, UIKit.IUITextDragRequest dragRequest);
[<Foundation.Export("textDraggableView:itemsForDrag:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetItemsForDrag : UIKit.IUITextDraggable * UIKit.IUITextDragRequest -> UIKit.UIDragItem[]
override this.GetItemsForDrag : UIKit.IUITextDraggable * UIKit.IUITextDragRequest -> UIKit.UIDragItem[]

Parameters

textDraggableView
IUITextDraggable

The originating view.

dragRequest
IUITextDragRequest

The drag request.

Returns

Implements

Attributes

Applies to