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

# UILargeContentViewerItem

Methods that provide details about how to display your custom content in the large content viewer.

```
@MainActor protocol UILargeContentViewerItem : NSObjectProtocol
```

## Topics

### Integrating with the large content viewer

[`showsLargeContentViewer`](/documentation/UIKit/UILargeContentViewerItem/showsLargeContentViewer)

A Boolean value that indicates whether or not to show the item in the large content viewer.

### Configuring display properties

[`largeContentTitle`](/documentation/UIKit/UILargeContentViewerItem/largeContentTitle)

A string that describes an item to display in the large content viewer.

[`largeContentImage`](/documentation/UIKit/UILargeContentViewerItem/largeContentImage)

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

[`largeContentImageInsets`](/documentation/UIKit/UILargeContentViewerItem/largeContentImageInsets)

Insets to adjust the position of the item’s image so it appears visually centered in the large content viewer.

[`scalesLargeContentImage`](/documentation/UIKit/UILargeContentViewerItem/scalesLargeContentImage)

A Boolean value that indicates whether the view scales the item’s image to a larger size or not.



---

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)