Contents

setAllowsDroppingOnItems(_:)

Specifies whether the user can drop on items.

Declaration

func setAllowsDroppingOnItems(_ flag: Bool)

Parameters

  • flag:

    True if the user is able to drop on items, otherwise False.

Discussion

The default is false.

See Also

Supporting Drag and Drop