Structure

AnyView

A type-erased view. ある型消去ビュー。

Declaration 宣言

@frozen struct AnyView

Overview 概要

An AnyView allows changing the type of view used in a given view hierarchy. Whenever the type of view used with an AnyView changes, the old hierarchy is destroyed and a new hierarchy is created for the new type. AnyViewは、与えられたビュー階層において使われるビューの型の変更を許可します。AnyViewで使われるビューの型が変化する時はいつでも、古い階層は壊されます、そして新しい階層は新しい型に対して作成されます。

Topics 話題

Creating a View ビューを作成する

Supporting Types 支援を行う型

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Supporting View Types