Skip to content
ohitsdaniel edited this page Feb 5, 2021 · 5 revisions

Routed

Screen container view, taking care of push and sheet bindings.

public struct Routed<Content: View, Next: View>: View

Inheritance

View

Initializers

init(content:onAppear:next:)

public init(content: Content, onAppear: @escaping (Bool) -> Void, next: (([IdentifiedScreen]) -> Next?)?)

Properties

body

var body: some View
Clone this wiki locally