Structure

ModifiedContent

A value with a modifier applied to it. それに適用された修飾子をもつある値。

Declaration 宣言

@frozen struct ModifiedContent<Content, Modifier>

Topics 話題

Creating a Modified Content View 修正されたコンテンツビューを作成する

Comparing Modified Content Views 修正されたコンテンツビューを比較する

Supporting Types 支援を行う型

Instance Methods インスタンス メソッド

Relationships 関係

Conforms To 次に準拠

  • DynamicTableRowContent
    Conforms when Content conforms to DynamicTableRowContent and Modifier conforms to _TableRowContentModifier.
  • DynamicViewContent
    Conforms when Content conforms to DynamicViewContent and Modifier conforms to ViewModifier. ContentDynamicViewContentに準拠するそしてModifierViewModifierに準拠する時に準拠します。
  • Equatable
  • Scene
    Conforms when Content conforms to Scene and Modifier conforms to _SceneModifier.
  • TableRowContent
    Conforms when Content conforms to TableRowContent and Modifier conforms to _TableRowContentModifier.
  • View
    Conforms when Content conforms to View and Modifier conforms to ViewModifier.
  • ViewModifier
    Conforms when Content conforms to ViewModifier and Modifier conforms to ViewModifier.

See Also 参照

View Modifiers ビュー修飾子