Publisher
that is being subscribed.
StructureSubscription
SubscriptionView
A view that subscribes to a publisher with an action.
あるビュー、それはあるパブリッシャーをアクションで購買します。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Topics 話題
Creating a Subscription View サブスクリプションビューを作成する
Managing the Subscription サブスクリプションを管理する
var publisher: PublisherType
The
var action: (PublisherType .Output) -> Void
The
Action
executed when publisher
emits an event.var content: Content
The content 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 TupleView
A View created from a swift tuple of View values.
View値それらからなるあるswiftタプルから作成されるあるView。