Instance Property インスタンスプロパティ

accessibilityDragSourceDescriptors

An array of location descriptor objects that you use to define what drags are possible from this element.

Declaration 宣言

var accessibilityDragSourceDescriptors: [UIAccessibilityLocationDescriptor]? { get set }

Discussion 解説

To restore the default automatic behavior for this property, assign or return the default value of nil.

See Also 参照

Fine-Tuning Drag and Drop