Contents

buildEither(second:)

Produces content for a conditional statement in a multi-statement closure when the condition is false.

Declaration

static func buildEither<TrueContent, FalseContent>(second: FalseContent) -> _ConditionalContent<TrueContent, FalseContent> where TrueContent : View, FalseContent : View

See Also

Conditionally building content