<!--
{
  "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.

## Relationships

### Conforming Types

[`UICollectionReusableView`](/documentation/UIKit/UICollectionReusableView)

[`UICollectionView`](/documentation/UIKit/UICollectionView)

[`UITabBar`](/documentation/UIKit/UITabBar)

[`UISwitch`](/documentation/UIKit/UISwitch)

[`UILabel`](/documentation/UIKit/UILabel)

[`UIPageControl`](/documentation/UIKit/UIPageControl)

[`UIPopoverBackgroundView`](/documentation/UIKit/UIPopoverBackgroundView)

[`UIEventAttributionView`](/documentation/UIKit/UIEventAttributionView)

[`UITableViewHeaderFooterView`](/documentation/UIKit/UITableViewHeaderFooterView)

[`UITextView`](/documentation/UIKit/UITextView)

[`UIView`](/documentation/UIKit/UIView)

[`UINavigationBar`](/documentation/UIKit/UINavigationBar)

[`UIControl`](/documentation/UIKit/UIControl)

[`UIActionSheet`](/documentation/UIKit/UIActionSheet)

[`UIColorWell`](/documentation/UIKit/UIColorWell)

[`UIVisualEffectView`](/documentation/UIKit/UIVisualEffectView)

[`UIContentUnavailableView`](/documentation/UIKit/UIContentUnavailableView)

[`UISearchBar`](/documentation/UIKit/UISearchBar)

[`UIPasteControl`](/documentation/UIKit/UIPasteControl)

[`UIPickerView`](/documentation/UIKit/UIPickerView)

[`UIButton`](/documentation/UIKit/UIButton)

[`UIWebView`](/documentation/UIKit/UIWebView)

[`UIScrollView`](/documentation/UIKit/UIScrollView)

[`UITableViewCell`](/documentation/UIKit/UITableViewCell)

[`UISlider`](/documentation/UIKit/UISlider)

[`UIListContentView`](/documentation/UIKit/UIListContentView)

[`UIToolbar`](/documentation/UIKit/UIToolbar)

[`UISegmentedControl`](/documentation/UIKit/UISegmentedControl)

[`UIDatePicker`](/documentation/UIKit/UIDatePicker)

[`UIStepper`](/documentation/UIKit/UIStepper)

[`UIBackgroundExtensionView`](/documentation/UIKit/UIBackgroundExtensionView)

[`UIStackView`](/documentation/UIKit/UIStackView)

[`UITextField`](/documentation/UIKit/UITextField)

[`UISearchTextField`](/documentation/UIKit/UISearchTextField)

[`UIImageView`](/documentation/UIKit/UIImageView)

[`UIAlertView`](/documentation/UIKit/UIAlertView)

[`UIActivityIndicatorView`](/documentation/UIKit/UIActivityIndicatorView)

[`UIRefreshControl`](/documentation/UIKit/UIRefreshControl)

[`UIProgressView`](/documentation/UIKit/UIProgressView)

[`UIInputView`](/documentation/UIKit/UIInputView)

[`UICalendarView`](/documentation/UIKit/UICalendarView)

[`UIStandardTextCursorView`](/documentation/UIKit/UIStandardTextCursorView)

[`UIWindow`](/documentation/UIKit/UIWindow)

[`UICollectionViewCell`](/documentation/UIKit/UICollectionViewCell)

[`UICollectionViewListCell`](/documentation/UIKit/UICollectionViewListCell)

[`UITableView`](/documentation/UIKit/UITableView)

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

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)