<!--
{
  "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/TupleTableRowContent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI20TupleTableRowContentV"
  },
  "title" : "TupleTableRowContent"
}
-->

# TupleTableRowContent

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

```
@frozen nonisolated struct TupleTableRowContent<Value, T> where Value : Identifiable
```

## Overview

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

## Topics

### Accessing the value

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

## Relationships

### Conforms To

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

---

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)