Type Method 型メソッド

buildIf(_:)

Provides support for “if” statements in multi-statement closures, producing an optional view that is visible only when the condition evaluates to true.

Declaration 宣言

static func buildIf<Content>(_ content: Content?) -> Content? where Content : View

See Also 参照

Building Content