---
title: largeContentImageInsets
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiview/largecontentimageinsets
---

# largeContentImageInsets

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

## Declaration

```swift
var largeContentImageInsets: UIEdgeInsets { get set }
```

## Discussion

Discussion This property defaults to zero.

## See Also

### Modifying the accessibility behavior

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