Protocol

DynamicTableRowContent

A type of table row content that generates table rows from an underlying collection of data.

Declaration 宣言

protocol DynamicTableRowContent : TableRowContent

Topics 話題

Getting Row Data

Inserting Rows

Relationships 関係

Inherits From 継承元

Conforming Types これらの型が準拠

  • ForEach
    Conforms when Data conforms to RandomAccessCollection, ID conforms to Hashable, and Content conforms to TableRowContent.
  • ModifiedContent
    Conforms when Content conforms to DynamicTableRowContent and Modifier conforms to _TableRowContentModifier.

See Also 参照

Rows