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

accessibilityDragSourceDescriptors

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

Declaration 宣言

@property(nullable, nonatomic, copy) NSArray<UIAccessibilityLocationDescriptor *> *accessibilityDragSourceDescriptors;

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