---
title: showsLargeContentViewer
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiview/showslargecontentviewer
---

# showsLargeContentViewer

A Boolean value that indicates whether to show the view in the large content viewer.

## Declaration

```swift
var showsLargeContentViewer: Bool { get set }
```

## Discussion

Discussion For this property to take effect, the view must have a UILargeContentViewerInteraction.

## See Also

### Modifying the accessibility behavior

- [accessibilityIgnoresInvertColors](uikit/uiview/accessibilityignoresinvertcolors.md)
- [largeContentImage](uikit/uiview/largecontentimage.md)
- [largeContentImageInsets](uikit/uiview/largecontentimageinsets.md)
- [largeContentTitle](uikit/uiview/largecontenttitle.md)
- [scalesLargeContentImage](uikit/uiview/scaleslargecontentimage.md)
