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

# largeContentImage

An image that represents the view in the large content viewer.

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

## Discussion

To present content in the large content viewer, you can provide either [`largeContentTitle`](/documentation/UIKit/UIView/largeContentTitle) or [`largeContentImage`](/documentation/UIKit/UIView/largeContentImage), or both.

This property defaults to an appropriate value for UIKit classes; otherwise, it’s `nil`.

---

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)