---
title: largeContentTitle
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiview/largecontenttitle
---

# largeContentTitle

A string that describes the view in the large content viewer.

## Declaration

```swift
var largeContentTitle: String? { get set }
```

## 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, it’s nil.

## See Also

### Modifying the accessibility behavior

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