StructureTuple
TupleView
A View created from a swift tuple of View values.
View値それらからなるあるswiftタプルから作成されるあるView。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
@frozen struct TupleView<T>
Topics 話題
Creating a Tuple View タプルビューを作成する
Supporting Types 支援を行う型
typealias Body
The type of view representing the body of this view.
このビューの本体を表しているビューの型。
Default Implementations 省略時実装
Relationships 関係
Conforms To 次に準拠
See Also 参照
Supporting View Types
struct AnyView
A type-erased view.
ある型消去ビュー。
struct EmptyView
A view that doesn’t contain any content.
struct EquatableView
A view type that compares itself against its previous value and prevents its child updating if its new value is the same as its old value.
あるビュー型、それはそれ自身をそれの前の値と比較して、それの新しい値がそれの古い値と同じならば、それの子を更新することを防ぎます。
struct SubscriptionView
A view that subscribes to a publisher with an action.
あるビュー、それはあるパブリッシャーをアクションで購買します。