init<V>(V)
Create an instance that type-erases
view
.
あるインスタンスを作成します、それは型消去view
です。
Availability 有効性
Technology
@frozen struct AnyView
An Any
allows changing the type of view used in a given view hierarchy. Whenever the type of view used with an Any
changes, the old hierarchy is destroyed and a new hierarchy is created for the new type.
Any
は、与えられたビュー階層において使われるビューの型の変更を許可します。Any
で使われるビューの型が変化する時はいつでも、古い階層は壊されます、そして新しい階層は新しい型に対して作成されます。
init<V>(V)
view
.
あるインスタンスを作成します、それは型消去view
です。
typealias Body
struct EmptyView
struct EquatableView
struct SubscriptionView
struct TupleView