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

accessibilityDropPointDescriptors

An array of location descriptor objects that you use to define where drops are possible on this element.

Declaration 宣言

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

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