---
title: UITableViewContentHuggingElements
framework: uikit
role: symbol
role_heading: Structure
path: uikit/uitableviewcontenthuggingelements
---

# UITableViewContentHuggingElements

Constants that determine which types of items in a table view tightly hug their content.

## Declaration

```swift
struct UITableViewContentHuggingElements
```

## Topics

### Specifying content-hugging elements

- [sectionHeaders](uikit/uitableviewcontenthuggingelements/sectionheaders.md)

### Creating a content-hugging elements structure

- [init(rawValue:)](uikit/uitableviewcontenthuggingelements/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Managing content-hugging behavior

- [contentHuggingElements](uikit/uitableview/contenthuggingelements.md)
