Contents

prefersFullSizePreview

A Boolean value that indicates that the drag item preview should be shown at its full, original size.

Declaration

var prefersFullSizePreview: Bool { get set }

Discussion

Set prefersFullSizePreview to true to show the preview at its original size, not scaled down to a smaller size. For example, you might set this property to true when the user moves items from a nearby view and scaling down the preview is distracting.

This property applies only to drag and drop activities performed within the same app.

See Also

Configuring a drop proposal