---
title: prefersFullSizePreview
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidropproposal/prefersfullsizepreview
---

# prefersFullSizePreview

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

## Declaration

```swift
var prefersFullSizePreview: Bool { get set }
```

## Discussion

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

- [isPrecise](uikit/uidropproposal/isprecise.md)
