Skip to content

_PathBuilder

ohitsdaniel edited this page Feb 5, 2021 · 5 revisions

_PathBuilder

Convenience type to define PathBuilders based on a build closure

public struct _PathBuilder<Content: View>: PathBuilder

Inheritance

PathBuilder

Initializers

init(buildPath:)

public init(buildPath: @escaping ([IdentifiedScreen]) -> Content?)

Methods

build(path:)

public func build(path: [IdentifiedScreen]) -> Content?
Clone this wiki locally