---
title: cellLayoutMarginsFollowReadableWidth
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitableview/celllayoutmarginsfollowreadablewidth
---

# cellLayoutMarginsFollowReadableWidth

A Boolean value that indicates whether the cell margins derive from the width of the readable content guide.

## Declaration

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

## See Also

### Related Documentation

- [readableContentGuide](uikit/uiview/readablecontentguide.md)

### Configuring cell height and layout

- [rowHeight](uikit/uitableview/rowheight.md)
- [estimatedRowHeight](uikit/uitableview/estimatedrowheight.md)
- [fillerRowHeight](uikit/uitableview/fillerrowheight.md)
- [insetsContentViewsToSafeArea](uikit/uitableview/insetscontentviewstosafearea.md)
