<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/TupleTableColumnContent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI23TupleTableColumnContentV"
  },
  "title" : "TupleTableColumnContent"
}
-->

# TupleTableColumnContent

A type of table column content that creates table columns created from a
Swift tuple of table columns.

```
@frozen nonisolated struct TupleTableColumnContent<RowValue, Sort, T> where RowValue : Identifiable, Sort : SortComparator
```

## Overview

Don’t use this type directly; instead, SwiftUI uses this type as the return value
from the various `buildBlock` methods in [`TableColumnBuilder`](/documentation/SwiftUI/TableColumnBuilder). The size of
the tuple corresponds to how many columns you create in the `columns`
closure you provide to the [`Table`](/documentation/SwiftUI/Table) initializer.

## Topics

### Accessing the value

[`var value: T`](/documentation/SwiftUI/TupleTableColumnContent/value)

The value of a row presented by this column content.

## Relationships

### Conforms To

[`TableColumnContent`](/documentation/SwiftUI/TableColumnContent)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)