---
title: largeContentImage
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uilargecontentvieweritem/largecontentimage
---

# largeContentImage

An image that represents an item to display in the large content viewer.

## Declaration

```swift
var largeContentImage: UIImage? { get }
```

## Discussion

Discussion To present content in the large content viewer, you can provide either largeContentTitle or largeContentImage, or both. This property defaults to an appropriate value for UIKit classes, otherwise nil.

## See Also

### Configuring display properties

- [largeContentTitle](uikit/uilargecontentvieweritem/largecontenttitle.md)
- [largeContentImageInsets](uikit/uilargecontentvieweritem/largecontentimageinsets.md)
- [scalesLargeContentImage](uikit/uilargecontentvieweritem/scaleslargecontentimage.md)
