Structure

TableForEachContent

An opaque table row type created by Table’s collection initializers.

Declaration 宣言

struct TableForEachContent<Data> where Data : RandomAccessCollection, Data.Element : Identifiable

Overview 概要

This row content is created by Table.init(_:,...) initializers as the table’s Rows generic type.

To explicitly create dynamic collection-based rows, use ForEach instead.

Topics 話題

Getting the Row Body

Dragging a Row

Defining the Row Value

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Rows