Skip to content

PathBuilder

ohitsdaniel edited this page Mar 4, 2021 · 5 revisions

PathBuilder

PathBuilders define how a navigation path is built into a view hierarchy

public protocol PathBuilder

Requirements

build(pathElement:​)

func build(pathElement: AnyScreen) -> Content?
Clone this wiki locally