---
title: previewSize
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitableviewdropitem/previewsize
---

# previewSize

The size of the drag item’s preview.

## Declaration

```swift
var previewSize: CGSize { get }
```

## Discussion

Discussion You might use this property when configuring animations. If the item doesn’t have an associated preview, this property is set to CGSizeZero.

## See Also

### Getting the item information

- [sourceIndexPath](uikit/uitableviewdropitem/sourceindexpath.md)
