---
title: imageLayoutGuide
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uilistcontentview/imagelayoutguide
---

# imageLayoutGuide

A guide for positioning the image in the content view.

## Declaration

```swift
var imageLayoutGuide: UILayoutGuide? { get }
```

## Discussion

Discussion If the configuration doesn’t specify an image, the value of this property is nil. If you apply a new configuration without secondary text to the content view, the system removes this layout guide from the view and deactivates any constraints associated with it.

## See Also

### Managing the content layout

- [textLayoutGuide](uikit/uilistcontentview/textlayoutguide.md)
- [secondaryTextLayoutGuide](uikit/uilistcontentview/secondarytextlayoutguide.md)
