<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIDropProposal/prefersFullSizePreview",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIDropProposal(py)prefersFullSizePreview"
  },
  "title" : "prefersFullSizePreview"
}
-->

# prefersFullSizePreview

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

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

## Discussion

Set [`prefersFullSizePreview`](/documentation/UIKit/UIDropProposal/prefersFullSizePreview) to <doc://com.apple.documentation/documentation/Swift/true> to show the preview at its original size, not scaled down to a smaller size. For example, you might set this property to <doc://com.apple.documentation/documentation/Swift/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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)