Protocol

DynamicViewContent

A type of view that generates views from an underlying collection of data. ビューのひとつの型、それはある基礎をなすデータのコレクションからビューそれらを生成するものです。

Declaration 宣言

protocol DynamicViewContent : View

Topics 話題

Managing the Data データを管理する

Responding to Updates 更新に応答する

Deprecated Symbols 非推奨シンボル

Relationships 関係

Inherits From 継承元

Conforming Types これらの型が準拠

  • ForEach
    Conforms when Data conforms to RandomAccessCollection, ID conforms to Hashable, and Content conforms to View. DataRandomAccessCollectionに準拠する、IDHashableに準拠する、そしてContentViewに準拠する時に準拠します。
  • ModifiedContent
    Conforms when Content conforms to DynamicViewContent and Modifier conforms to ViewModifier. ContentDynamicViewContentに準拠するそしてModifierViewModifierに準拠する時に準拠します。

See Also 参照

Lists